Skip to content

Commit

Permalink
Remove ablog from templates_path
Browse files Browse the repository at this point in the history
  • Loading branch information
plaindocs committed Oct 28, 2024
1 parent 29658b9 commit 88727bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def _load_data(self, env, data_source, encoding):
blog_default_location = None
fontawesome_link_cdn = 'https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css'

templates_path = ['_templates', 'include', ablog.get_html_templates_path()]
templates_path = ['_templates', 'include']
html_extra_path = ['_static_html']
source_suffix = ['.rst', '.md']

Expand Down

0 comments on commit 88727bb

Please sign in to comment.