Skip to content

Commit

Permalink
Updated config files.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Nov 20, 2020
1 parent ec64433 commit f8e8fa9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc-source/Source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Downloading source code
=========================

The ``octo-api`` source code is available on GitHub,
and can be accessed from the following URL: https://github.com/domdfcoding/octo-api"
and can be accessed from the following URL: https://github.com/domdfcoding/octo-api

If you have ``git`` installed, you can clone the repository with the following command:

Expand Down
5 changes: 1 addition & 4 deletions doc-source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@
}

html_theme = "domdf_sphinx_theme"
html_theme_options = {
"logo_only": False,
}
html_theme_options = {"logo_only": False}
html_theme_path = ["../.."]
html_show_sourcelink = True # True will show link to source

Expand All @@ -83,7 +81,6 @@
"github_version": "master",
"conf_py_path": "/doc-source/",
}

htmlhelp_basename = slug

latex_documents = [("index", f'{slug}.tex', project, author, "manual")]
Expand Down
2 changes: 1 addition & 1 deletion doc-source/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sphinx-copybutton>=0.2.12
sphinx-notfound-page>=0.5
sphinx-prompt>=1.1.0
sphinx-tabs>=1.1.13
sphinx-toolbox>=1.7.2
sphinx-toolbox>=1.7.3
sphinxcontrib-httpdomain>=1.7.0
sphinxemoji>=0.1.6
toctree-plus>=0.0.4

0 comments on commit f8e8fa9

Please sign in to comment.