Skip to content

Commit 285768d

Browse files
Fixing warnings during doc generation. (#1465)
* Fixing warnings during doc generation. * Fixing style issues.
1 parent bd8541b commit 285768d

File tree

5 files changed

+4
-30
lines changed

5 files changed

+4
-30
lines changed

docs/api.rst

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
# ones.
3535
extensions = ["sphinx.ext.coverage", "sphinx.ext.autodoc", "sphinx.ext.autosectionlabel", "sphinx_rtd_theme"]
3636

37+
suppress_warnings = ["autosectionlabel.*"]
38+
3739
# Add any paths that contain templates here, relative to this directory.
3840
templates_path = ["_templates"]
3941

@@ -89,7 +91,6 @@
8991
#
9092
html_theme_options = {
9193
"logo_only": False,
92-
"display_version": True,
9394
"prev_next_buttons_location": "bottom",
9495
"style_external_links": False,
9596
"vcs_pageview_mode": "",
@@ -104,7 +105,7 @@
104105
# Add any paths that contain custom static files (such as style sheets) here,
105106
# relative to this directory. They are copied after the builtin static files,
106107
# so a file named "default.css" will overwrite the builtin "default.css".
107-
html_static_path = ["_static"]
108+
# html_static_path = ["_static"]
108109

109110
# Custom sidebar templates, must be a dictionary that maps document names
110111
# to template names.

docs/configuring_number_of_variables_in_variable_declaration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ We can use the following configuration to change the number of variables allowed
2525
consecutive : 1
2626
2727
Rules Enforcing Number of variables
28-
#################################
28+
###################################
2929

3030
* `variable_015 <variable_rules.html#variable-015>`_

docs/vsg.rule_list.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/vsg.vhdlFile.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)