Skip to content

Commit 71bc5a9

Browse files
Improve docs
1 parent cb806db commit 71bc5a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@
5858
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
5959

6060
html_theme = 'sphinx_book_theme'
61-
html_static_path = ['_static']
61+
html_static_path = ['static']
6262
html_css_files = ['custom.css']
6363

6464
html_theme_options = {
6565
"repository_url": "https://github.com/enriquetomasmb/nebula",
6666
"use_repository_button": True,
6767
}
6868

69-
html_logo = "_static/nebula-logo.jpg"
69+
html_logo = "static/nebula-logo.jpg"
7070

7171
html_title = "NEBULA Documentation"
7272

0 commit comments

Comments
 (0)