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
6
1
autodoc
2
+ nbsphinx
3
+ sphinx
7
4
sphinxcontrib-napoleon
8
- sphinx_code_tabs
9
5
sphinx_copybutton
6
+ sphinx_code_tabs
10
7
sphinx-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 28
28
"sphinx.ext.napoleon" ,
29
29
"sphinx.ext.autodoc" ,
30
30
"sphinx.ext.doctest" ,
31
+ "sphinx.ext.mathjax" ,
31
32
"sphinx.ext.ifconfig" ,
33
+ "sphinx.ext.autodoc" ,
32
34
"sphinx.ext.todo" ,
33
35
"sphinx.ext.extlinks" ,
34
36
"sphinx.ext.intersphinx" ,
37
+ "sphinx.ext.graphviz" ,
35
38
"nbsphinx" ,
36
39
"sphinx_code_tabs" ,
37
40
"sphinx_copybutton" ,
You can’t perform that action at this time.
0 commit comments