File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ name : SymSpellCppPy_docs
2+
3+ channels :
4+ - defaults
5+ - conda-forge
6+
7+ dependencies :
8+ - python>=3.7
9+ - sphinx_rtd_theme
10+ - pybind11>=2.4.3
11+ - setuptools_scm
12+ - sphinx-issues
13+ - cmake
14+ - recommonmark
Original file line number Diff line number Diff line change 4242 'sphinx.ext.doctest' ,
4343 'sphinx.ext.viewcode' ,
4444 'sphinx.ext.githubpages' ,
45+ 'sphinx.ext.intersphinx' ,
4546 'recommonmark' ,
4647 'sphinx_rtd_theme'
4748]
6667# so a file named "default.css" will overwrite the builtin "default.css".
6768html_static_path = ['_static' ]
6869
70+ autodoc_default_options = {
71+ 'members' : None ,
72+ 'imported-members' : True ,
73+ 'undoc-members' : True ,
74+ 'show-inheritance' : True ,
75+ }
76+
6977# -- Extension configuration -------------------------------------------------
78+ intersphinx_mapping = {'https://docs.python.org/' : None }
You can’t perform that action at this time.
0 commit comments