File tree Expand file tree Collapse file tree 4 files changed +21
-8
lines changed Expand file tree Collapse file tree 4 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 5
5
# Required
6
6
version : 2
7
7
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
+
8
14
# Build documentation in the docs/ directory with Sphinx
9
15
sphinx :
10
16
configuration : docs/conf.py
11
17
12
- # Build documentation with MkDocs
13
- # mkdocs:
14
- # configuration: mkdocs.yml
15
-
16
18
# Optionally build your docs in additional formats such as PDF and ePub
17
19
formats : all
18
20
19
21
# Optionally set the version of Python and requirements required to build your docs
20
22
python :
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 109
109
# Add any paths that contain custom static files (such as style sheets) here,
110
110
# relative to this directory. They are copied after the builtin static files,
111
111
# so a file named "default.css" will overwrite the builtin "default.css".
112
- html_static_path = [] # ['_static']
112
+ html_static_path = [] # ['_static']
113
113
114
114
115
115
# -- 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