File tree 5 files changed +18
-0
lines changed
5 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,4 @@ fortls/_version.py
15
15
* .log
16
16
17
17
.coverage
18
+ coverage.xml
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## 2.8.0
6
+
7
+ ### Added
8
+
9
+ - Added ` sitemap.xml ` to documentation webpage
10
+ ([ #134 ] ( https://github.com/gnikit/fortls/pull/134 ) )
11
+
5
12
## 2.7.0
6
13
7
14
### Added
Original file line number Diff line number Diff line change 80
80
"sphinx_design" ,
81
81
"sphinx_copybutton" ,
82
82
"myst_parser" ,
83
+ "sphinx_sitemap" ,
83
84
]
84
85
# For sphinx_design in Markdown
85
86
myst_enable_extensions = ["colon_fence" ]
106
107
html_title = "fortls"
107
108
html_logo = "../assets/logo.svg"
108
109
html_favicon = "../assets/icon.svg"
110
+ html_baseurl = "https://gnikit.github.io/fortls/"
109
111
110
112
# Add any paths that contain custom static files (such as style sheets) here,
111
113
# relative to this directory. They are copied after the builtin static files,
112
114
# so a file named "default.css" will overwrite the builtin "default.css".
113
115
html_static_path = ["_static" ]
114
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" ]
115
121
116
122
display_toc = True
117
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
Original file line number Diff line number Diff line change 66
66
sphinx-copybutton
67
67
furo
68
68
myst-parser
69
+ sphinx-sitemap
69
70
70
71
[flake8]
71
72
max-line-length = 88
You can’t perform that action at this time.
0 commit comments