Interlink backquoted objects in docstring

This commit is contained in:
Nguyễn Gia Phong 2020-09-09 17:37:32 +07:00
parent 848421353d
commit 90528cee2d
3 changed files with 3 additions and 2 deletions

View File

@ -16,6 +16,7 @@ release = '0.2.1'
extensions = [
'sphinx.ext.autodoc', 'sphinx.ext.githubpages', 'sphinx.ext.napoleon']
napoleon_google_docstring = False
default_role = 'py:obj'
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@ -36,4 +37,4 @@ html_sidebars = {
# here, relative to this directory. They are copied after the builtin
# static files, so a file named "default.css" will overwrite the builtin
# "default.css".
html_static_path = ['_static']
html_static_path = []

View File

@ -1,3 +1,3 @@
[build-system]
requires = ['setuptools>=43', 'wheel>=0.31', 'Cython']
build-backend = "setuptools.build_meta"
build-backend = 'setuptools.build_meta'