File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -63,4 +63,5 @@ target/
6363# Example ipython notebook checkpoints
6464* .ipynb_checkpoints /
6565
66- .mypy_cache
66+ .mypy_cache
67+ venv /
Original file line number Diff line number Diff line change 11version : 2
22
3+ # Set the OS, Python version and other tools you might need
4+
5+ build :
6+ os : ubuntu-22.04
7+ tools :
8+ python : " 3.11"
9+
310sphinx :
411 configuration : docs/conf.py
512
613python :
7- version : 3.8
814 install :
915 - method : pip
1016 path : .
Original file line number Diff line number Diff line change 1616import os
1717import os .path as osp
1818import re
19- import six
2019import autodocsumm
2120
2221# If extensions (or modules to document with autodoc) are in another directory,
Original file line number Diff line number Diff line change 1- Sphinx < 7
1+ Sphinx
2+ sphinx-rtd-theme
You can’t perform that action at this time.
0 commit comments