Skip to content

Commit

Permalink
readthedocs: add requirement file.
Browse files Browse the repository at this point in the history
* Not all needed python packages to generate the index.html file were installed.
  Addresses: #2917
* index.rst is added.

Signed-off-by: Juergen Repp <juergen_repp@web.de>
  • Loading branch information
JuergenReppSIT committed Dec 5, 2024
1 parent f9753dc commit 6e2ab7b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ build:
python: "3"
sphinx:
builder: html
configuration: sphinx/conf.py
configuration: sphinx/conf.py
python:
install:
- requirements: sphinx/requirements.txt
2 changes: 2 additions & 0 deletions sphinx/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.. toctree::
:maxdepth: 2
4 changes: 4 additions & 0 deletions sphinx/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# needed for readthedocs builds:
GitPython
myst_parser
sphinx_rtd_theme

0 comments on commit 6e2ab7b

Please sign in to comment.