Skip to content

Commit 712df08

Browse files
remove unused css from the doc
Signed-off-by: thiswillbeyourgithub <[email protected]>
1 parent 1dfe2b3 commit 712df08

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

docs/source/_static/custom.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/source/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ def setup(app):
8787
source_suffix = {
8888
".rst": "restructuredtext",
8989
".md": "markdown",
90-
".css": "css",
9190
}
9291

9392

@@ -110,5 +109,3 @@ def setup(app):
110109
"show_nav_level": 6,
111110
"collapse_navigation": False,
112111
}
113-
html_static_path = ["_static"]
114-
# html_css_files = ["custom.css"]

0 commit comments

Comments
 (0)