Skip to content

Commit e922812

Browse files
committed
Added sitemap.xml to documentation webpage
1 parent 90a7fd3 commit e922812

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
## 2.8.0
6+
7+
### Added
8+
9+
- Added `sitemap.xml` to documentation webpage
10+
511
## 2.7.0
612

713
### Added

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"sphinx_design",
8181
"sphinx_copybutton",
8282
"myst_parser",
83+
"sphinx_sitemap",
8384
]
8485
# For sphinx_design in Markdown
8586
myst_enable_extensions = ["colon_fence"]
@@ -106,6 +107,7 @@
106107
html_title = "fortls"
107108
html_logo = "../assets/logo.svg"
108109
html_favicon = "../assets/icon.svg"
110+
html_baseurl = "https://gnikit.github.io/fortls/"
109111

110112
# Add any paths that contain custom static files (such as style sheets) here,
111113
# relative to this directory. They are copied after the builtin static files,

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ docs =
6666
sphinx-copybutton
6767
furo
6868
myst-parser
69+
sphinx-sitemap
6970

7071
[flake8]
7172
max-line-length = 88

0 commit comments

Comments
 (0)