Skip to content

Commit

Permalink
docs conf
Browse files Browse the repository at this point in the history
  • Loading branch information
David Erb committed Jun 6, 2023
1 parent 1ca381b commit 7bf0576
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ********** Please don't edit this file! */
/* ********** It has been generated automatically by dae_devops version 0.5.3. */
/* ********** For repository_name rockingester */
/* ********** For repository_name echolocator */

/* The theme normally has this, but I think it's ok to use the full width of the window in all @media sizes.
Expand All @@ -15,4 +15,4 @@
max-width: 100%;
}

/* dae_devops_fingerprint 1241ceb04015b73b7be57283a5fd2167 */
/* dae_devops_fingerprint d5bb6437ba4ede790f70e98649fbe985 */
18 changes: 9 additions & 9 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ********** Please don't edit this file!
# ********** It has been generated automatically by dae_devops version 0.5.3.
# ********** For repository_name rockingester
# ********** For repository_name echolocator

from pathlib import Path
from subprocess import check_output
Expand All @@ -12,15 +12,15 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html
from sphinx.domains.python import PythonDomain

import rockingester_lib
import echolocator_lib

# -- General configuration ------------------------------------------------

# General information about the project.
project = "rockingester"
project = "echolocator"

# The full version, including alpha/beta/rc tags.
release = rockingester_lib.__version__
release = echolocator_lib.__version__

# The short X.Y version.
if "+" in release:
Expand Down Expand Up @@ -150,7 +150,7 @@
logo=dict(
text=project,
),
gitlab_url="https://github.com/diamondlightsource/rockingester/rockingester",
gitlab_url="https://gitlab.diamond.ac.uk/xchem/echolocator",
icon_links=[],
navbar_end=["theme-switcher", "icon-links"],
)
Expand Down Expand Up @@ -185,9 +185,9 @@ def ultimateReplace(app, docname, source):
# I got this from https://github.com/sphinx-doc/sphinx/issues/4054.
# It will allow the ${token} replacement in the rst documents.
ultimate_replacements = {
"$" + "{repository_name}": "rockingester",
"$" + "{package_name}": "rockingester_lib",
"$" + "{git_url}": "https://github.com/diamondlightsource/rockingester",
"$" + "{repository_name}": "echolocator",
"$" + "{package_name}": "echolocator_lib",
"$" + "{git_url}": "https://gitlab.diamond.ac.uk/xchem",
"$" + "{python_version_at_least}": "3.10",
}

Expand All @@ -197,4 +197,4 @@ def setup(app):
app.connect("source-read", ultimateReplace)


# dae_devops_fingerprint e48e66338bf43fe14551a3ae3aeee6a0
# dae_devops_fingerprint 03014300546e31a10942329f91438b95

0 comments on commit 7bf0576

Please sign in to comment.