diff options
author | David Lord <davidism@gmail.com> | 2020-05-12 18:10:27 -0700 |
---|---|---|
committer | David Lord <davidism@gmail.com> | 2020-05-12 18:10:27 -0700 |
commit | 50793b9d03e076b0adaf170f5c7b6d8f39a121bc (patch) | |
tree | dde49d1ecce3443972a5ba97f37a97b7c55cce8a | |
parent | a361058f27467db535ecc073d3109e32c985f17e (diff) | |
download | itsdangerous-50793b9d03e076b0adaf170f5c7b6d8f39a121bc.tar.gz |
add readthedocs config
-rw-r--r-- | .readthedocs.yaml | 8 | ||||
-rw-r--r-- | docs/requirements.txt | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..af23210 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,8 @@ +version: 2 +python: + install: + - method: pip + path: . + - requirements: docs/requirements.txt +sphinx: + builder: dirhtml diff --git a/docs/requirements.txt b/docs/requirements.txt index 5354400..442cc00 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -Pallets-Sphinx-Themes~=1.2.2 -Sphinx~=2.1.2 +Pallets-Sphinx-Themes~=1.2.3 +Sphinx~=3.0.3 sphinx-issues~=1.2.0 sphinxcontrib-log-cabinet~=1.0.1 |