Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kenho811/Python_Database_Version_…
Browse files Browse the repository at this point in the history
…Control
  • Loading branch information
ken@arch committed Jun 22, 2022
2 parents a07aa8e + 3b05e38 commit a199a37
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
# ones.
extensions = ['sphinx.ext.graphviz',
'sphinx.ext.autodoc',
'sphinx.ext.viewcode',
]


Expand Down Expand Up @@ -90,6 +91,13 @@
'css/custom.css',
]

# -- Options for sphinx.ext.viewcode -------------------------------------------
# See: https://www.sphinx-doc.org/es/master/usage/extensions/viewcode.html

# If this is True, viewcode extension will emit viewcode-follow-imported event to resolve the name of
# the module by other extensions. The default is True.
viewcode_follow_imported_members = True

## Github Action - Readthedocs Integration
# The name of your GitHub repository
if not is_local:
Expand Down

0 comments on commit a199a37

Please sign in to comment.