Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iPPIDB
ippidb-web
Commits
c94d3514
Commit
c94d3514
authored
Apr 08, 2021
by
Fabien MAREUIL
Browse files
fix again sphinx version, .gitlab-ci and requirements-dev
parent
6d658b13
Pipeline
#53210
failed with stages
in 13 minutes and 40 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c94d3514
...
...
@@ -61,7 +61,7 @@ test-centos7:
-
coverage run --source='.' manage.py test
-
coverage report
-
coverage html
-
pip3.6 install sphinx==3.5.
3
sphinx-argparse==0.2.5 sphinxcontrib.bibtex==2.1.4 sphinx_rtd_theme==0.5.1
-
pip3.6 install sphinx==3.5.
2
sphinx-argparse==0.2.5 sphinxcontrib.bibtex==2.1.4 sphinx_rtd_theme==0.5.1
-
cd docs
-
PYTHON=python3.6 make html
artifacts
:
...
...
ippisite/requirements-dev.txt
View file @
c94d3514
...
...
@@ -4,9 +4,9 @@ flake8
black
flake8-black
# documentation generation
s
phinx
sphinx_rtd_theme
sphinxcontrib-bibtex
S
phinx
==3.5.2
sphinx_rtd_theme
==0.5.1
sphinxcontrib-bibtex
==2.1.4
# coverage
coverage
# tests
...
...
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