Skip to content

Commit

Permalink
Special case conf.py for domdf_python_tools
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Apr 5, 2021
1 parent 7337113 commit 3ce670a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions repo_helper/templates/conf._py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
import os
import re

{% if modname == "domdf_python_tools" %}
# 3rd party
import domdf_python_tools

domdf_python_tools.__docs = True
{% endif %}

# 3rd party
from sphinx_pyproject import SphinxConfig

Expand Down

0 comments on commit 3ce670a

Please sign in to comment.