Commit d58651fe authored by bmortier's avatar bmortier
Browse files

Merge branch '235-add-a-requirement-for-the-python-tools-needed-by-shpinx' into '1.4'

Resolve "add a requirement for the python tools needed by shpinx"

See merge request fusiondirectory/user-manual!418
Showing with 6 additions and 3 deletions
+6 -3
...@@ -30,6 +30,6 @@ sphinx: ...@@ -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: source/requirements.txt
# Defining the exact version will make sure things don't break
sphinx==3.4.3
sphinx_rtd_theme==0.5.1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment