diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/changelog.rst | 15 | ||||
| -rw-r--r-- | docs/conf.py | 5 | ||||
| -rw-r--r-- | docs/index.rst | 5 | 
3 files changed, 0 insertions, 25 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst deleted file mode 100644 index 25d01756..00000000 --- a/docs/changelog.rst +++ /dev/null @@ -1,15 +0,0 @@ -.. See docs for details on formatting your entries -   https://releases.readthedocs.io/en/latest/concepts.html - - -Changelog -========= -- :release:`1.2.1 <22nd February 2022>` -- :support:`3` Added intersphinx to docs. -- :release:`1.2.0 <9th January 2022>` -- :feature:`12` Code block detection regex -- :release:`1.1.0 <2nd December 2021>` -- :support:`2` Autogenerated docs. -- :feature:`2` Regex utility. -- :release:`1.0.0 <17th November 2021>` -- :support:`1` Core package, poetry, and linting CI. diff --git a/docs/conf.py b/docs/conf.py index efc555c1..0f0167ad 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,7 +46,6 @@ extensions = [      "sphinx.ext.todo",      "sphinx.ext.napoleon",      "sphinx_autodoc_typehints", -    "releases",      "sphinx.ext.linkcode",      "sphinx.ext.githubpages",  ] @@ -126,10 +125,6 @@ napoleon_numpy_docstring = False  napoleon_attr_annotations = True -# -- Options for releases extension ------------------------------------------ -releases_github_path = REPO_LINK.removeprefix("https://github.com/") - -  # -- Options for extlinks extension ------------------------------------------  extlinks = {      "repo-file": (f"{REPO_LINK}/blob/main/%s", "repo-file %s") diff --git a/docs/index.rst b/docs/index.rst index e7c25ef1..02dd84bb 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,11 +13,6 @@ Reference     output/botcore -.. toctree:: -   :caption: Other: - -   changelog -  Extras  ==================  |