Skip to content

Commit b8b8d76

Browse files
committed
Include theme as extra_requirements
1 parent de6fae7 commit b8b8d76

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.readthedocs.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,14 @@ sphinx:
1818
formats:
1919
- pdf
2020
- epub
21+
22+
# Install our theme. I'm doing this here because I don't really want it
23+
# to live in the requirements.txt for this project, instead using tox to
24+
# build docs locally and this config file to install it on RTD
25+
python:
26+
install:
27+
- method: pip
28+
path: .
29+
extra_requirements:
30+
- Pallets-Sphinx-Themes
31+

0 commit comments

Comments
 (0)