Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cirospat committed Sep 13, 2023
1 parent ba6872e commit 7d8a4f8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
from __future__ import unicode_literals
import sys, os

# 13 ott 2023 provo a copiare da https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/conf.py
import re

# 13 ott 2023 provo a copiare da https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/conf.py
from sphinx_rtd_theme import __version__ as theme_version
from sphinx_rtd_theme import __version_full__ as theme_version_full

#dal conf.py di tansignari #
# dal conf.py di tansignari #
import recommonmark
from recommonmark.transform import AutoStructify

Expand Down

0 comments on commit 7d8a4f8

Please sign in to comment.