Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cirospat committed Jun 14, 2023
1 parent 56f6733 commit 4f55092
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
# -- No need to change below here

import sys, os
docs_italia_theme = __import__("docs-italia-theme")
docs_italia_theme = __import__("docs_italia_theme")
html_theme = "docs_italia_theme"
html_theme_path = [docs_italia_theme.get_html_theme_path()]

from recommonmark.transform import AutoStructify
from recommonmark.parser import CommonMarkParser

Expand Down Expand Up @@ -48,7 +51,7 @@
'sphinx.ext.todo',
'sphinx.ext.coverage',
'sphinx.ext.ifconfig',
'docs-italia-theme',
'docs_italia_theme',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit 4f55092

Please sign in to comment.