fix path
This commit is contained in:
@@ -16,7 +16,7 @@ build:
|
|||||||
|
|
||||||
# Build documentation in the "docs/" directory with Sphinx
|
# Build documentation in the "docs/" directory with Sphinx
|
||||||
sphinx:
|
sphinx:
|
||||||
configuration: documentation/source/conf.py
|
configuration: documentation/conf.py
|
||||||
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
|
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
|
||||||
# builder: "dirhtml"
|
# builder: "dirhtml"
|
||||||
# Fail on all warnings to avoid broken references
|
# Fail on all warnings to avoid broken references
|
||||||
@@ -30,6 +30,6 @@ sphinx:
|
|||||||
# Optional but recommended, declare the Python requirements required
|
# Optional but recommended, declare the Python requirements required
|
||||||
# to build your documentation
|
# to build your documentation
|
||||||
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
|
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
|
||||||
# python:
|
python:
|
||||||
# install:
|
install:
|
||||||
# - requirements: docs/requirements.txt
|
- requirements: documentation//requirements.txt
|
||||||
@@ -56,3 +56,4 @@ sphinxcontrib-serializinghtml==1.1.5
|
|||||||
# via sphinx
|
# via sphinx
|
||||||
urllib3==1.26.9
|
urllib3==1.26.9
|
||||||
# via requests
|
# via requests
|
||||||
|
sphinx_rtd_theme
|
||||||
Reference in New Issue
Block a user