Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/.sphinx/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
canonical-sphinx[full]
canonical-sphinx[full]==0.4.0
sphinx-autobuild
sphinxcontrib-svg2pdfconverter[CairoSVG]
sphinx-last-updated-by-git
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@
# Docs branch in the repo; used in links for viewing the source files
#
# To customise the branch, uncomment and update as needed.
'github_version': 'main',
'repo_default_branch': 'main',
# Docs location in the repo; used in links for viewing the source files
#
# To customise the directory, uncomment and update as needed.
"github_folder": "/docs/",
"repo_folder": "/docs/",
# To enable or disable the Previous / Next buttons at the bottom of pages
# Valid options: none, prev, next, both
"sequential_nav": "none",
Expand Down
Loading