Merge branch 'feature/github_update' into 'master'
Github update See merge request caimira/caimira!495
This commit is contained in:
commit
d25b41b9de
4 changed files with 11 additions and 16 deletions
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
|
@ -46,6 +46,7 @@ jobs:
|
|||
env:
|
||||
PROJECT_ROOT: ./
|
||||
PROJECT_NAME: caimira
|
||||
CAIMIRA_TESTS_CALCULATOR_TIMEOUT: 30
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
|
|||
|
|
@ -2,28 +2,16 @@
|
|||
# Read the Docs configuration file
|
||||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
||||
|
||||
# Required
|
||||
version: 2
|
||||
|
||||
# Set the version of Python and other tools you might need
|
||||
build:
|
||||
os: ubuntu-20.04
|
||||
os: ubuntu-22.04
|
||||
tools:
|
||||
python: "3.9"
|
||||
# You can also specify other tool versions:
|
||||
# nodejs: "16"
|
||||
# rust: "1.55"
|
||||
# golang: "1.17"
|
||||
python: "3.11"
|
||||
|
||||
# Build documentation in the docs/ directory with Sphinx
|
||||
sphinx:
|
||||
configuration: caimira/docs/conf.py
|
||||
|
||||
# If using Sphinx, optionally build your docs in additional formats such as PDF
|
||||
# formats:
|
||||
# - pdf
|
||||
|
||||
# Optionally declare the Python requirements required to build your docs
|
||||
python:
|
||||
install:
|
||||
- requirements: requirements.txt
|
||||
- requirements: caimira/docs/requirements.txt
|
||||
|
|
@ -30,7 +30,7 @@ release = '4.1.1'
|
|||
# Add any Sphinx extension module names here, as strings. They can be
|
||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||
# ones.
|
||||
extensions = ['sphinx.ext.autodoc']
|
||||
extensions = ['sphinx.ext.autodoc', 'sphinx_rtd_theme']
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
|
|
|||
6
caimira/docs/requirements.txt
Normal file
6
caimira/docs/requirements.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
sphinx==6.2.1
|
||||
sphinx-rtd-theme==1.2.2
|
||||
pillow==5.4.1
|
||||
mock==1.0.1
|
||||
commonmark==0.9.1
|
||||
recommonmark==0.5.0
|
||||
Loading…
Reference in a new issue