mirror of
https://github.com/subutux/rmapy.git
synced 2025-12-08 22:53:25 +00:00
Cleanup docs & use guzzle team
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
import guzzle_sphinx_theme
|
||||||
# Configuration file for the Sphinx documentation builder.
|
# Configuration file for the Sphinx documentation builder.
|
||||||
#
|
#
|
||||||
# This file only contains a selection of the most common options. For a full
|
# This file only contains a selection of the most common options. For a full
|
||||||
@@ -70,3 +71,16 @@ napoleon_use_admonition_for_references = False
|
|||||||
napoleon_use_ivar = False
|
napoleon_use_ivar = False
|
||||||
napoleon_use_param = True
|
napoleon_use_param = True
|
||||||
napoleon_use_rtype = True
|
napoleon_use_rtype = True
|
||||||
|
|
||||||
|
|
||||||
|
html_theme_path = guzzle_sphinx_theme.html_theme_path()
|
||||||
|
html_theme = 'guzzle_sphinx_theme'
|
||||||
|
|
||||||
|
# Register the theme as an extension to generate a sitemap.xml
|
||||||
|
extensions.append("guzzle_sphinx_theme")
|
||||||
|
|
||||||
|
# Guzzle theme options (see theme.conf for more information)
|
||||||
|
html_theme_options = {
|
||||||
|
# Set the name of the project to appear in the sidebar
|
||||||
|
"project_nav_name": "Project Name",
|
||||||
|
}
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ API Support
|
|||||||
| ☑️ download a specific file
|
| ☑️ download a specific file
|
||||||
| ☑️ create a directory
|
| ☑️ create a directory
|
||||||
| ☑️ move / rename a file or directory
|
| ☑️ move / rename a file or directory
|
||||||
| ☑️ upload a file
|
| ❎ upload a file
|
||||||
| ❎ delete a file or directory
|
| ❎ delete a file or directory
|
||||||
| ❎ shell
|
| ❎ shell
|
||||||
| ❎ annotiation exports
|
| ❎ annotiation exports
|
||||||
|
|||||||
@@ -2,4 +2,5 @@ requests
|
|||||||
pyaml==19.4.1
|
pyaml==19.4.1
|
||||||
sphinx==2.2.0
|
sphinx==2.2.0
|
||||||
sphinx-autodoc-typehints==1.8.0
|
sphinx-autodoc-typehints==1.8.0
|
||||||
|
guzzle-sphinx-theme==0.7.11
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user