"qa/vscode:/vscode.git/clone" did not exist on "b09ff7e9eb645f14719e631527fcf787079be00a"
Unverified Commit 30607d80 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

be compatible with Sphinx 3 (#3013)

parent 9478e52f
...@@ -139,6 +139,7 @@ if C_API: ...@@ -139,6 +139,7 @@ if C_API:
"h": "c", "h": "c",
} }
breathe_show_define_initializer = True breathe_show_define_initializer = True
c_id_attributes = ['LIGHTGBM_C_EXPORT']
# -- Options for HTML output ---------------------------------------------- # -- Options for HTML output ----------------------------------------------
......
-r requirements_base.txt -r requirements_base.txt
breathe < 4.15 breathe
sphinx < 3.0 sphinx
sphinx_rtd_theme >= 0.3 sphinx_rtd_theme >= 0.3
mock; python_version < '3' mock; python_version < '3'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment