Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
f8571ea1
Commit
f8571ea1
authored
Dec 11, 2016
by
Wenzel Jakob
Browse files
workaround for sphinx/docutils issue
https://github.com/sphinx-doc/sphinx/issues/3212
parent
8fadade2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
.travis.yml
.travis.yml
+3
-1
No files found.
.travis.yml
View file @
f8571ea1
...
@@ -39,7 +39,9 @@ matrix:
...
@@ -39,7 +39,9 @@ matrix:
-
os
:
linux
-
os
:
linux
language
:
docs
language
:
docs
env
:
DOCS STYLE LINT
env
:
DOCS STYLE LINT
install
:
pip install --upgrade sphinx sphinx_rtd_theme flake8 pep8-naming docutils
install
:
-
pip install --upgrade sphinx sphinx_rtd_theme flake8 pep8-naming
-
pip install docutils==0.12
script
:
script
:
-
make -C docs html SPHINX_OPTIONS=-W
-
make -C docs html SPHINX_OPTIONS=-W
-
tools/check-style.sh
-
tools/check-style.sh
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment