File tree 3 files changed +8
-9
lines changed
3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,8 @@ formats:
19
19
- pdf
20
20
- epub
21
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
22
+ # Insure all the requirements are installed
25
23
python :
26
24
install :
25
+ - requirements : requirements.txt
27
26
- requirements : docs/requirements.txt
28
- extra_requirements :
29
- - Pallets-Sphinx-Themes
30
-
Original file line number Diff line number Diff line change
1
+ Sphinx
2
+ Pallets-Sphinx-Themes
Original file line number Diff line number Diff line change @@ -43,9 +43,10 @@ commands = pre-commit run --all-files --show-diff-on-failure
43
43
[testenv:docs]
44
44
# This gets color output working when run through tox
45
45
passenv =TERM
46
- deps =
47
- Sphinx
48
- Pallets-Sphinx-Themes
46
+ deps = -rdocs/requirements.txt
47
+ # deps =
48
+ # Sphinx
49
+ # Pallets-Sphinx-Themes
49
50
changedir = docs
50
51
allowlist_externals = make
51
52
commands =
You can’t perform that action at this time.
0 commit comments