Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
doc: switch to Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Aug 28, 2021
1 parent f96c40d commit 97a4720
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 9 deletions.
7 changes: 7 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
version: 2
sphinx:
configuration: docs/conf.py
python:
install:
- requirements: docs/requirements.txt
34 changes: 25 additions & 9 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
Jinja2==2.11.3
MarkupSafe==1.1.1
Pygments==1.6
Sphinx==1.2.2
argparse==1.2.1
docutils==0.11
six==1.6.1
sphinxcontrib-httpdomain==1.2.1
wsgiref==0.1.2
alabaster==0.7.12
Babel==2.9.1
certifi==2021.5.30
charset-normalizer==2.0.4
docutils==0.17.1
idna==3.2
imagesize==1.2.0
Jinja2==3.0.1
MarkupSafe==2.0.1
packaging==21.0
Pygments==2.10.0
pyparsing==2.4.7
pytz==2021.1
requests==2.26.0
six==1.16.0
snowballstemmer==2.1.0
Sphinx==4.1.2
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-httpdomain==1.7.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
urllib3==1.26.6

0 comments on commit 97a4720

Please sign in to comment.