Skip to content

Commit 046d206

Browse files
committed
Update documentation build
1 parent bcaa838 commit 046d206

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.readthedocs.yml

+8
Original file line numberDiff line numberDiff line change
@@ -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

+2-4
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,8 @@ description = Run the pyroma tool to check the project's package friendliness.
7070
7171
[testenv:docs]
7272
changedir = docs
73-
deps =
74-
sphinx
75-
sphinx-rtd-theme
76-
sphinx-autodoc-typehints
73+
extras =
74+
docs
7775
commands =
7876
mkdir -p {envtmpdir}
7977
cp -r source {envtmpdir}/source

0 commit comments

Comments
 (0)