Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
30607d80
Unverified
Commit
30607d80
authored
Apr 22, 2020
by
Nikita Titov
Committed by
GitHub
Apr 22, 2020
Browse files
be compatible with Sphinx 3 (#3013)
parent
9478e52f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
docs/conf.py
docs/conf.py
+1
-0
docs/requirements.txt
docs/requirements.txt
+1
-1
docs/requirements_base.txt
docs/requirements_base.txt
+1
-1
No files found.
docs/conf.py
View file @
30607d80
...
@@ -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 ----------------------------------------------
...
...
docs/requirements.txt
View file @
30607d80
-r requirements_base.txt
-r requirements_base.txt
breathe
< 4.15
breathe
docs/requirements_base.txt
View file @
30607d80
sphinx
< 3.0
sphinx
sphinx_rtd_theme >= 0.3
sphinx_rtd_theme >= 0.3
mock; python_version < '3'
mock; python_version < '3'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment