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

m2r -> m2r2

parent 04a0c7c7
No related branches found
No related tags found
No related merge requests found
Pipeline #39736 failed
...@@ -36,10 +36,7 @@ verify_tag: ...@@ -36,10 +36,7 @@ verify_tag:
pages: pages:
stage: deploy stage: deploy
script: script:
- apt update - pip install sphinx sphinxcontrib-blockdiag blockdiag sphinxcontrib-restbuilder sphinx_rtd_theme numpy m2r2
- apt install git -y
- pip install sphinx sphinxcontrib-blockdiag blockdiag sphinxcontrib-restbuilder sphinx_rtd_theme numpy
- 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:
......
...@@ -43,7 +43,7 @@ extensions = [ ...@@ -43,7 +43,7 @@ extensions = [
"sphinx.ext.ifconfig", "sphinx.ext.ifconfig",
"sphinx.ext.viewcode", "sphinx.ext.viewcode",
"sphinxcontrib.restbuilder", "sphinxcontrib.restbuilder",
"m2r", "m2r2",
] ]
# set napoleon style docstring # set napoleon style docstring
......
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