Skip to content

Commit

Permalink
Remove sphinx setup function (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
grst authored Nov 28, 2023
1 parent 061b9ec commit 9ec0f0d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions {{cookiecutter.project_name}}/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,18 +125,3 @@
# you can add an exception to this list.
# ("py:class", "igraph.Graph"),
]


def setup(app):
"""App setup hook."""
app.add_config_value(
"recommonmark_config",
{
"auto_toc_tree_section": "Contents",
"enable_auto_toc_tree": True,
"enable_math": True,
"enable_inline_math": False,
"enable_eval_rst": True,
},
True,
)

0 comments on commit 9ec0f0d

Please sign in to comment.