Skip to content

Commit

Permalink
Update documentation build
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Nov 20, 2018
1 parent bcaa838 commit 046d206
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .readthedocs.yml
@@ -0,0 +1,8 @@
# See: https://docs.readthedocs.io/en/latest/yaml-config.html
build:
image: latest
python:
version: 3.6
pip_install: true
extra_requirements:
- docs
6 changes: 2 additions & 4 deletions tox.ini
Expand Up @@ -70,10 +70,8 @@ description = Run the pyroma tool to check the project's package friendliness.
[testenv:docs]
changedir = docs
deps =
sphinx
sphinx-rtd-theme
sphinx-autodoc-typehints
extras =
docs
commands =
mkdir -p {envtmpdir}
cp -r source {envtmpdir}/source
Expand Down

0 comments on commit 046d206

Please sign in to comment.