We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f384e commit 37b2db7Copy full SHA for 37b2db7
docs/conf.py
@@ -46,9 +46,12 @@ def get_version(fname):
46
# ones.
47
extensions = [
48
'sphinxcontrib.apidoc',
49
- 'sphinx_copybutton'
+ 'sphinx_copybutton',
50
+ 'sphinx_markdown_builder'
51
]
52
53
+markdown_http_base = "https://pdf2docx.readthedocs.io/en/latest/markdown"
54
+
55
apidoc_module_dir = '../pdf2docx'
56
apidoc_output_dir = 'api'
57
apidoc_excluded_paths = []
docs/requirements.txt
@@ -7,3 +7,4 @@ autodoc
7
furo
8
sphinx_copybutton
9
sphinxcontrib.apidoc
10
+sphinx_markdown_builder
0 commit comments