Skip to content

Commit f4d5a11

Browse files
committed
Ignore migration notes from toctree
1 parent 65575cf commit f4d5a11

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ur_simulation_gz/doc/conf.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
3838

3939
project = "ur_simulation_gz"
40-
copyright = "2025, Felix Exner"
40+
copyright = "2025, Universal Robots A/S"
4141
author = "Felix Exner"
4242

4343
# -- General configuration ---------------------------------------------------
@@ -46,7 +46,7 @@
4646
extensions = []
4747

4848
templates_path = ["_templates"]
49-
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
49+
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "migration/*.rst"]
5050

5151
root_doc = "index"
5252

@@ -55,7 +55,6 @@
5555
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
5656

5757
html_theme = "alabaster"
58-
html_static_path = ["_static"]
5958

6059
# -- Options for HTMLHelp output ---------------------------------------------
6160

0 commit comments

Comments
 (0)