summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Car <nicholas.car@surroundaustralia.com>2020-04-20 22:23:20 +1000
committerGitHub <noreply@github.com>2020-04-20 22:23:20 +1000
commit3f0401dc527ef70abb1f0b76bdd281972ae2655c (patch)
tree4858841a33f77034014c0be903f50fd4a3b9b3a0
parent8c81df03e6cba46025b08e2dd2df6992ac196290 (diff)
parent8f53dfd12c490c115c0859d34d5d41b87ba396ed (diff)
downloadrdflib-3f0401dc527ef70abb1f0b76bdd281972ae2655c.tar.gz
Merge pull request #1016 from RDFLib/dependabot/pip/sphinx-3.0.2
Bump sphinx from 2.4.4 to 3.0.2
-rw-r--r--docs/sphinx-requirements.txt2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/sphinx-requirements.txt b/docs/sphinx-requirements.txt
index 07d856ab..55809050 100644
--- a/docs/sphinx-requirements.txt
+++ b/docs/sphinx-requirements.txt
@@ -1,3 +1,3 @@
-sphinx==2.4.4
+sphinx==3.0.2
sphinxcontrib-apidoc
git+https://github.com/gniezen/n3pygments.git
diff --git a/setup.py b/setup.py
index d611fe45..c115f068 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ kwargs['extras_require'] = {
'html': ['html5lib'],
'sparql': ['requests'],
'tests': kwargs['tests_require'],
- 'docs': ['sphinx < 3', 'sphinxcontrib-apidoc']
+ 'docs': ['sphinx < 4', 'sphinxcontrib-apidoc']
}
def find_version(filename):