Skip to content

Commit

Permalink
Removed _templates and _static for default styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
bicarlsen committed Apr 9, 2020
1 parent 4a4e7dd commit 74bea23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
# templates_path = []

# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
Expand Down Expand Up @@ -88,7 +88,7 @@
# 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 = []

# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
Expand Down

0 comments on commit 74bea23

Please sign in to comment.