Skip to content

Commit 489a541

Browse files
Updates for documentation generation
1 parent a38cb40 commit 489a541

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
extensions = [
1313
'sphinx.ext.autodoc',
1414
'sphinx.ext.napoleon',
15+
'sphinx_autodoc_typehints', # optional, if you want type hints shown nicely
1516
]
1617

1718
project = 'chatfrecli'

docs/index.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
chatfrecli documentation
77
========================
88

9-
Add your content using ``reStructuredText`` syntax. See the
10-
`reStructuredText <https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html>`_
11-
documentation for details.
12-
13-
149
.. toctree::
1510
:maxdepth: 2
1611
:caption: Contents:
@@ -21,3 +16,4 @@ documentation for details.
2116
:members:
2217
:undoc-members:
2318
:show-inheritance:
19+

0 commit comments

Comments
 (0)