Translate README.md to README.rst
This commit is contained in:
@@ -139,7 +139,8 @@ extensions = {
|
||||
'sphinx.ext.graphviz',
|
||||
'sphinx.ext.inheritance_diagram',
|
||||
'sphinx_autodoc_typehints',
|
||||
'sphinxcontrib.spelling'
|
||||
'sphinxcontrib.spelling',
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -173,6 +174,7 @@ html_static_path = ['_static']
|
||||
|
||||
# -- Extension configuration -------------------------------------------------
|
||||
|
||||
|
||||
# -- Options for intersphinx extension ---------------------------------------
|
||||
|
||||
# Example configuration for intersphinx: refer to the Python standard library.
|
||||
@@ -211,3 +213,4 @@ always_document_param_types = True
|
||||
typehints_document_rtype = True
|
||||
|
||||
napoleon_attr_annotations = True
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
READ.me
|
||||
==================
|
||||
|
||||
.. include:: ../../README.md
|
||||
.. include:: ../../README.rst
|
||||
|
||||
Reference in New Issue
Block a user