File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55# Required
66version : 2
77
8+ # Set the OS, Python version and other tools you might need
9+ build :
10+ os : ubuntu-22.04
11+ tools :
12+ python : " 3.9"
13+
814# Build documentation in the docs/ directory with Sphinx
915sphinx :
1016 configuration : docs/conf.py
1117
12- # Build documentation with MkDocs
13- # mkdocs:
14- # configuration: mkdocs.yml
15-
1618# Optionally build your docs in additional formats such as PDF and ePub
1719formats : all
1820
1921# Optionally set the version of Python and requirements required to build your docs
2022python :
21- version : 3.7
22- # install:
23- # - requirements: requirements.txt
23+ install :
24+ - path : .
25+ - requirements : docs/ requirements.txt
Original file line number Diff line number Diff line change 1+ API
2+ ===
3+
4+ .. autosummary ::
5+ :toctree: generated
6+
7+ tableone
Original file line number Diff line number Diff line change 109109# Add any paths that contain custom static files (such as style sheets) here,
110110# relative to this directory. They are copied after the builtin static files,
111111# so a file named "default.css" will overwrite the builtin "default.css".
112- html_static_path = [] # ['_static']
112+ html_static_path = [] # ['_static']
113113
114114
115115# -- Options for HTMLHelp output ------------------------------------------
Original file line number Diff line number Diff line change 1+ sphinx >= 2.1.0 ,!= 3.1.0
2+ sphinx-rtd-theme >= 1.2.2
3+ sphinx-prompt >= 1.8.0
4+ docutils != 0.18
You can’t perform that action at this time.
0 commit comments