Skip to content
Snippets Groups Projects
Commit c0a86b8e authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Adapted doc urls for betatest.

parent 8c29a5fc
No related branches found
No related tags found
1 merge request!115V0.8.0 beta
Pipeline #75244 passed
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
# documentation root, use os.path.abspath to make it absolute, like shown here. # documentation root, use os.path.abspath to make it absolute, like shown here.
import os import os
import sys import sys
sys.path.insert(0, os.path.abspath('.')) sys.path.insert(0, os.path.abspath('.'))
# from recommonmark.transform import AutoStructify # from recommonmark.transform import AutoStructify
...@@ -29,7 +30,7 @@ copyright = '2018, FAIRDI e.V.' ...@@ -29,7 +30,7 @@ copyright = '2018, FAIRDI e.V.'
author = 'FAIRDI e.V.' author = 'FAIRDI e.V.'
rst_epilog = ''' rst_epilog = '''
.. |pypi_url| replace:: https://labdev-nomad.esc.rzg.mpg.de/fairdi/nomad/testing-major/dist/ .. |pypi_url| replace:: https://repository.nomad-coe.eu/v0.8/dist/
''' '''
# The short X.Y version # The short X.Y version
...@@ -203,4 +204,4 @@ def setup(app): ...@@ -203,4 +204,4 @@ def setup(app):
# }, True) # }, True)
# app.add_transform(AutoStructify) # app.add_transform(AutoStructify)
extlinks = {'api': ('https://repository.nomad-coe.eu/app/api/%s', 'NOMAD API ')} extlinks = {'api': ('https://repository.nomad-coe.eu/v0.8/api/%s', 'NOMAD API ')}
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment