File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed 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
+
5
11
## 2.7.0
6
12
7
13
### 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,
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