mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-30 20:14:50 +00:00
Versioning
This commit is contained in:
@@ -35,9 +35,7 @@ templates_path = ['_templates']
|
|||||||
|
|
||||||
# HTML sidebar widgets
|
# HTML sidebar widgets
|
||||||
# html_sidebars = {
|
# html_sidebars = {
|
||||||
# '**': [
|
# "**": ["versioning.html"],
|
||||||
# 'versioning.html',
|
|
||||||
# ],
|
|
||||||
# }
|
# }
|
||||||
|
|
||||||
# List of patterns, relative to source directory, that match files and
|
# List of patterns, relative to source directory, that match files and
|
||||||
@@ -46,10 +44,14 @@ templates_path = ['_templates']
|
|||||||
exclude_patterns = []
|
exclude_patterns = []
|
||||||
|
|
||||||
# Multiversion settings
|
# Multiversion settings
|
||||||
smv_tag_whitelist = 'None'
|
# smv_tag_whitelist = None
|
||||||
smv_prefer_remote_refs = True
|
# smv_branch_whitelist = None
|
||||||
# smv_branch_whitelist = master
|
# smv_prefer_remote_refs = True
|
||||||
|
|
||||||
|
# Versions = {
|
||||||
|
# "v0.2.x" : "https://github.com/Start9Labs/documentation",
|
||||||
|
# "v0.3.x" : "https://github.com/Start9Labs/documentation/tree/docs-updates"
|
||||||
|
# }
|
||||||
|
|
||||||
# -- Options for HTML output -------------------------------------------------
|
# -- Options for HTML output -------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user