We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcaa838 commit 046d206Copy full SHA for 046d206
.readthedocs.yml
@@ -0,0 +1,8 @@
1
+# See: https://docs.readthedocs.io/en/latest/yaml-config.html
2
+build:
3
+ image: latest
4
+python:
5
+ version: 3.6
6
+ pip_install: true
7
+ extra_requirements:
8
+ - docs
tox.ini
@@ -70,10 +70,8 @@ description = Run the pyroma tool to check the project's package friendliness.
70
71
[testenv:docs]
72
changedir = docs
73
-deps =
74
- sphinx
75
- sphinx-rtd-theme
76
- sphinx-autodoc-typehints
+extras =
+ docs
77
commands =
78
mkdir -p {envtmpdir}
79
cp -r source {envtmpdir}/source
0 commit comments