File tree Expand file tree Collapse file tree 3 files changed +33
-6
lines changed Expand file tree Collapse file tree 3 files changed +33
-6
lines changed Original file line number Diff line number Diff line change 1+ # Read the Docs configuration file
2+
3+ # Required
4+ version : 2
5+
6+ # Set the version of Python and other tools you might need
7+ build :
8+ os : ubuntu-22.04
9+ tools :
10+ python : " 3.9"
11+
12+ # Build documentation in the docs/ directory with Sphinx
13+ sphinx :
14+ configuration : ads/feature-store/docs/source/conf.py
15+
16+ # Optionally declare the Python requirements required to build your docs
17+ python :
18+ install :
19+ - requirements : ads/feature-store/docs/requirements.txt
Original file line number Diff line number Diff line change 1- sphinx
2- nbsphinx
3- pandoc
4- ipython
5- sphinx_rtd_theme
61autodoc
2+ nbsphinx
3+ sphinx
74sphinxcontrib-napoleon
8- sphinx_code_tabs
95sphinx_copybutton
6+ sphinx_code_tabs
107sphinx-autobuild
8+ sphinx-autorun
9+ oracle_ads
10+ furo
11+ IPython
12+ pandoc
13+ rstcheck
14+ restructuredtext_lint
15+ doc8
Original file line number Diff line number Diff line change 2828 "sphinx.ext.napoleon" ,
2929 "sphinx.ext.autodoc" ,
3030 "sphinx.ext.doctest" ,
31+ "sphinx.ext.mathjax" ,
3132 "sphinx.ext.ifconfig" ,
33+ "sphinx.ext.autodoc" ,
3234 "sphinx.ext.todo" ,
3335 "sphinx.ext.extlinks" ,
3436 "sphinx.ext.intersphinx" ,
37+ "sphinx.ext.graphviz" ,
3538 "nbsphinx" ,
3639 "sphinx_code_tabs" ,
3740 "sphinx_copybutton" ,
You can’t perform that action at this time.
0 commit comments