Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def all_but_ipynb(dir, contents):
# 'google_analytics_account': 'UA-XXXXX',
# Specify a base_url used to generate sitemap.xml. If not
# specified, then no sitemap will be built.
"base_url": "https://neatdend.readthedocs.io/en/latest/",
"base_url": "https://nest-neat.readthedocs.io/en/latest/",
"html_minify": False,
"html_prettify": False,
"css_minify": True,
Expand All @@ -166,7 +166,7 @@ def all_but_ipynb(dir, contents):
"theme_color": "ff6633",
"master_doc": False,
# Set the repo location to get a badge with stats
"repo_url": "https://github.com/unibe-cns/NEAT",
"repo_url": "https://github.com/nest/NEAT",
"repo_name": "NEAT",
"nav_links": [{"href": "index", "internal": True, "title": "Docs home"}],
# Visible levels of the global TOC; -1 means unlimited
Expand Down