Skip to content

Commit 08ae8d3

Browse files
committed
DOC: replace css in layout with html_css_files conf val.
1 parent 90fe83d commit 08ae8d3

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

doc/source/_templates/layout.html

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

doc/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ def setup(app):
196196
html_title = "%s v%s Manual" % (project, version)
197197
html_static_path = ['_static']
198198
html_last_updated_fmt = '%b %d, %Y'
199+
html_css_files = ["numpy.css"]
199200

200201
html_use_modindex = True
201202
html_copy_source = False

0 commit comments

Comments
 (0)