Skip to content

Commit

Permalink
Still more fixes for css
Browse files Browse the repository at this point in the history
  • Loading branch information
pagecp committed Mar 29, 2021
1 parent 4ddea1b commit 5ff077a
Show file tree
Hide file tree
Showing 16 changed files with 15,418 additions and 5 deletions.
9 changes: 4 additions & 5 deletions icclim/icclim_doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
# a list of builtin themes.
html_theme = 'classic'
if on_rtd:
import sphinx_rtd_theme
#html_theme = 'default'
#html_style = '/default.css'
#html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
Expand Down Expand Up @@ -145,13 +144,13 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
#html_static_path = ['_static']
html_static_path = []

# These paths are either relative to html_static_path
# or fully qualified paths (eg. https://...)
#html_css_files = [
# 'css/classic.css',
#]
html_css_files = [
'classic.css',
]

# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
Expand Down
Loading

0 comments on commit 5ff077a

Please sign in to comment.