Skip to content
Snippets Groups Projects
Commit 5e2a52f3 authored by Hanna  JULIENNE's avatar Hanna JULIENNE
Browse files

fixed broken references in doc

parent c954e54b
No related branches found
No related tags found
No related merge requests found
Pipeline #121581 passed
...@@ -3,7 +3,6 @@ pages: ...@@ -3,7 +3,6 @@ pages:
image: python:3.9 image: python:3.9
script: script:
- pip3 install sphinx - pip3 install sphinx
- pip3 install sphinx
- pip install sphinxcontrib-bibtex - pip install sphinxcontrib-bibtex
- pip3 install sphinx_rtd_theme sphinx-argparse - pip3 install sphinx_rtd_theme sphinx-argparse
- pip install -e . - pip install -e .
......
...@@ -48,7 +48,7 @@ extensions = [ ...@@ -48,7 +48,7 @@ extensions = [
] ]
bibtex_bibfiles = ['refs.bib'] bibtex_bibfiles = ['reference.bib']
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates'] templates_path = ['_templates']
......
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