Skip to content
Snippets Groups Projects
Commit 125e0daf authored by Yngve Levinsen's avatar Yngve Levinsen
Browse files

m2r has a bug with sphinx 3.0

parent eac59adb
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,8 @@ verify_tag: ...@@ -35,7 +35,8 @@ verify_tag:
pages: pages:
stage: deploy stage: deploy
script: script:
- pip install sphinx sphinxcontrib-blockdiag blockdiag sphinxcontrib-restbuilder numpy sphinx_rtd_theme m2r - pip install sphinx sphinxcontrib-blockdiag blockdiag sphinxcontrib-restbuilder numpy sphinx_rtd_theme
- pip install git+https://github.com/crossnox/m2r
- python setup.py install - python setup.py install
- sphinx-build -b html -d public/doctrees doc public - sphinx-build -b html -d public/doctrees doc public
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment