Commit d513fea7 authored by bmortier's avatar bmortier
Browse files

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

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

See merge request fusiondirectory/user-manual!422
No related merge requests found
Showing with 7 additions and 3 deletions
+7 -3
......@@ -30,6 +30,6 @@ sphinx:
# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
# - requirements: docs/requirements.txt
python:
install:
- requirements: source/requirements.txt
# Defining the exact version will make sure things don't break
sphinx==5.3.0
sphinx_rtd_theme==1.1.1
readthedocs-sphinx-search==0.1.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