Skip to content

Commit

Permalink
Fix readthedocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
davfsa committed Oct 10, 2022
1 parent b0ac906 commit 2ff1b74
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ sphinx:

python:
install:
- requirements: dev-requirements.txt
- requirements: dev-requirements/sphinx.txt
- method: pip
path: .

search:
ignore:
Expand Down
11 changes: 10 additions & 1 deletion dev-requirements/sphinx.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
sphinx==5.2.3

# Theme
furo==2022.9.29

# Autodocumentation
sphinx-autoapi==2.0.0
numpydoc==1.5.0
furo==2022.9.29

# Static files
myst-parser==0.18.1

# Misc extensions
sphinxext.opengraph==0.6.3
sphinx-copybutton==0.5.0
sphinxcontrib-towncrier==0.3.0a0
readthedocs-sphinx-search==0.1.2
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"sphinxext.opengraph",
"sphinx_copybutton",
"sphinxcontrib.towncrier.ext",
"phinx_search.extension",
]

templates_path = ["_templates"]
Expand Down

0 comments on commit 2ff1b74

Please sign in to comment.