File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 3737# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
3838
3939project = "ur_simulation_gz"
40- copyright = "2025, Felix Exner "
40+ copyright = "2025, Universal Robots A/S "
4141author = "Felix Exner"
4242
4343# -- General configuration ---------------------------------------------------
4646extensions = []
4747
4848templates_path = ["_templates" ]
49- exclude_patterns = ["_build" , "Thumbs.db" , ".DS_Store" ]
49+ exclude_patterns = ["_build" , "Thumbs.db" , ".DS_Store" , "migration/*.rst" ]
5050
5151root_doc = "index"
5252
5555# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
5656
5757html_theme = "alabaster"
58- html_static_path = ["_static" ]
5958
6059# -- Options for HTMLHelp output ---------------------------------------------
6160
You can’t perform that action at this time.
0 commit comments