Skip to content

Commit

Permalink
minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyheppell committed Dec 16, 2024
1 parent 33962cc commit 3a96d59
Show file tree
Hide file tree
Showing 4 changed files with 190 additions and 211 deletions.
8 changes: 5 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

sys.path.append(os.path.abspath('extensions'))

from usp import __version__ as usp_version


# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
Expand All @@ -16,7 +18,7 @@
project = 'Ultimate Sitemap Parser'
copyright = '2018-2024, Ultimate Sitemap Parser Contributors'
author = 'Ultimate Sitemap Parser Contributors'
release = '0.5.0'
release = usp_version

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand All @@ -31,8 +33,7 @@
'sphinx_design',
'sphinxext.opengraph',
'sphinx_copybutton',
'custom_graphviz',

'custom_graphviz'
]

templates_path = ['_templates']
Expand All @@ -58,6 +59,7 @@
'source_branch': 'master',
'source_directory': 'docs/'
}
html_baseurl = os.environ.get("READTHEDOCS_CANONICAL_URL", "https://usp-dummy.gate.ac.uk/")

# -- Extension Config --------------------------------------------------------

Expand Down
Loading

0 comments on commit 3a96d59

Please sign in to comment.