File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 7
7
### Added
8
8
9
9
- Added ` sitemap.xml ` to documentation webpage
10
+ ([ #134 ] ( https://github.com/gnikit/fortls/pull/134 ) )
10
11
11
12
## 2.7.0
12
13
Original file line number Diff line number Diff line change 114
114
# so a file named "default.css" will overwrite the builtin "default.css".
115
115
html_static_path = ["_static" ]
116
116
117
+ # Add any extra paths that contain custom files (such as robots.txt or
118
+ # .htaccess) here, relative to this directory. These files are copied
119
+ # directly to the root of the documentation.
120
+ html_extra_path = ["html_extra" ]
117
121
118
122
display_toc = True
119
123
# autodoc_default_flags = ["members"]
Original file line number Diff line number Diff line change
1
+ User-agent: *
2
+ Disallow:
3
+ Sitemap: https://gnikit.github.io/fortls/sitemap.xml
You can’t perform that action at this time.
0 commit comments