Skip to content

Commit e5dc8b9

Browse files
committed
Fix broken links to static html doc files (issue2550840)
It seems as though these links have been broken every since sphinx has been used to generate the documentation. Version 1.2 of sphinx introduced the ability to include extra static files, so we are making use of this facility to fix the links to static html files.
1 parent 1d25153 commit e5dc8b9

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

doc/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@
109109
# given in html_static_path.
110110
html_style = 'default.css'
111111

112+
# Add any extra paths that contain custom files (such as robots.txt or
113+
# .htaccess) here, relative to this directory. These files are copied
114+
# directly to the root of the documentation.
115+
html_extra_path = ['html_extra']
116+
112117
# The name for this set of Sphinx documents. If None, it defaults to
113118
# "<project> v<release> documentation".
114119
#html_title = None
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)