Skip to content

Commit 37b2db7

Browse files
committed
Documentation: adds Sphinx Markdown builder.
1 parent 47f384e commit 37b2db7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,12 @@ def get_version(fname):
4646
# ones.
4747
extensions = [
4848
'sphinxcontrib.apidoc',
49-
'sphinx_copybutton'
49+
'sphinx_copybutton',
50+
'sphinx_markdown_builder'
5051
]
5152

53+
markdown_http_base = "https://pdf2docx.readthedocs.io/en/latest/markdown"
54+
5255
apidoc_module_dir = '../pdf2docx'
5356
apidoc_output_dir = 'api'
5457
apidoc_excluded_paths = []

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ autodoc
77
furo
88
sphinx_copybutton
99
sphinxcontrib.apidoc
10+
sphinx_markdown_builder

0 commit comments

Comments
 (0)