Skip to content

Commit

Permalink
Let's see what happens if we remove the setup.py function
Browse files Browse the repository at this point in the history
  • Loading branch information
grst committed Nov 28, 2023
1 parent ff4b39a commit 641f7b9
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 641f7b9

Please sign in to comment.