We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38cb40 commit 489a541Copy full SHA for 489a541
docs/conf.py
@@ -12,6 +12,7 @@
12
extensions = [
13
'sphinx.ext.autodoc',
14
'sphinx.ext.napoleon',
15
+ 'sphinx_autodoc_typehints', # optional, if you want type hints shown nicely
16
]
17
18
project = 'chatfrecli'
docs/index.rst
@@ -6,11 +6,6 @@
6
chatfrecli documentation
7
========================
8
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.
-
.. toctree::
:maxdepth: 2
:caption: Contents:
@@ -21,3 +16,4 @@ documentation for details.
21
:members:
22
:undoc-members:
23
:show-inheritance:
19
+
0 commit comments