Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
49d969bb
Commit
49d969bb
authored
5 years ago
by
John Tsichritzis
Committed by
TrustedFirmware Code Review
5 years ago
Browse files
Options
Download
Plain Diff
Merge "doc: Enable automatic labels for page titles" into integration
parents
e30d1d77
c4e4df35
master
v2.5
v2.5-rc1
v2.5-rc0
v2.4
v2.4-rc2
v2.4-rc1
v2.4-rc0
v2.3
v2.3-rc2
v2.3-rc1
v2.3-rc0
v2.2
v2.2-rc2
v2.2-rc1
v2.2-rc0
arm_cca_v0.2
arm_cca_v0.1
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/conf.py
+9
-1
docs/conf.py
docs/requirements.txt
+2
-0
docs/requirements.txt
with
11 additions
and
1 deletion
+11
-1
docs/conf.py
View file @
49d969bb
...
...
@@ -23,7 +23,7 @@ release = version # We don't need these to be distinct
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions
=
[]
extensions
=
[
'sphinx.ext.autosectionlabel'
]
# Add any paths that contain templates here, relative to this directory.
templates_path
=
[
'_templates'
]
...
...
@@ -54,6 +54,9 @@ pygments_style = 'sphinx'
with
open
(
'global_substitutions.txt'
,
'r'
)
as
subs
:
rst_prolog
=
subs
.
read
()
# Minimum version of sphinx required
needs_sphinx
=
'2.0'
# -- Options for HTML output -------------------------------------------------
# Don't show the "Built with Sphinx" footer
...
...
@@ -75,3 +78,8 @@ html_theme_options = {
'prev_next_buttons_location'
:
'both'
,
# Top and bottom of the page
'style_external_links'
:
True
# Display an icon next to external links
}
# -- Options for autosectionlabel --------------------------------------------
# Only generate automatic section labels for document titles
autosectionlabel_maxdepth
=
1
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docs/requirements.txt
0 → 100644
View file @
49d969bb
sphinx>=2.0.0
sphinx-rtd-theme>=0.4.3
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help