Skip to content

Commit

Permalink
Merge pull request #614 from bashtage/rtd
Browse files Browse the repository at this point in the history
Rtd
  • Loading branch information
bashtage committed Sep 5, 2022
2 parents 08cfff0 + 9fc00e3 commit 00dbf50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/requirements.txt
Expand Up @@ -21,5 +21,5 @@ jupyter
notebook
sphinx-autodoc-typehints
pygments>=2.7.4 # not directly required, pinned by Snyk to avoid a vulnerability
mistune>=2.0.1 # not directly required, pinned by Snyk to avoid a vulnerability
mistune==0.8.4
markupsafe==2.0.1
5 changes: 2 additions & 3 deletions doc/source/conf.py
Expand Up @@ -38,7 +38,6 @@
project = "arch"
copyright = "2021, Kevin Sheppard"
author = "Kevin Sheppard"
language = "en"
nitpicky = True

# The short X.Y version
Expand Down Expand Up @@ -106,7 +105,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = "en"

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down Expand Up @@ -275,7 +274,7 @@
"pd": ("https://pandas.pydata.org/pandas-docs/stable/", None),
}

extlinks = {"issue": ("https://github.com/bashtage/arch/issues/%s", "GH")}
extlinks = {"issue": ("https://github.com/bashtage/arch/issues/%s", "GH%s")}

napoleon_use_admonition_for_examples = False
napoleon_use_admonition_for_notes = False
Expand Down

0 comments on commit 00dbf50

Please sign in to comment.