Skip to content

Commit

Permalink
Updated Sphinx documentation dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zembrodt committed May 21, 2021
1 parent e5c8fed commit 4f0a3af
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
install:
- pip install -r requirements.txt
script:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.napoleon',
'm2r'
'm2r2'
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
docutils==0.15.2
m2r==0.2.1
m2r2==0.2.7
mistune==0.8.4
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"

0 comments on commit 4f0a3af

Please sign in to comment.