Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit 8cdb2f8

Browse files
authored
Merge pull request #626 from Niehaus/update-sphinx
SPHINXOPTS commented and sphinx build upgrade to 3.1.2
2 parents 808eeaa + 66cbb66 commit 8cdb2f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33

44
# You can set these variables from the command line.
5-
SPHINXOPTS = -W
5+
# SPHINXOPTS = -W
66
SPHINXBUILD = sphinx-build
77
PAPER =
88
BUILDDIR = _build

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ requests==2.23.0 # via sphinx
4848
six==1.14.0 # via astroid, livereload, packaging, pip-tools, tox, virtualenv
4949
snowballstemmer==2.0.0 # via sphinx
5050
sphinx-autobuild==0.7.1 # via kytos-sphinx-theme
51-
sphinx==2.0.1 # via kytos-sphinx-theme
51+
sphinx==3.1.2 # via kytos-sphinx-theme
5252
sphinxcontrib-applehelp==1.0.2 # via sphinx
5353
sphinxcontrib-devhelp==1.0.2 # via sphinx
5454
sphinxcontrib-htmlhelp==1.0.3 # via sphinx

0 commit comments

Comments
 (0)