Skip to content

Commit 2585e25

Browse files
committed
added docs
1 parent ba93f40 commit 2585e25

File tree

3 files changed

+33
-6
lines changed

3 files changed

+33
-6
lines changed

ads/feature_store/.readthedocs.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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
Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
sphinx
2-
nbsphinx
3-
pandoc
4-
ipython
5-
sphinx_rtd_theme
61
autodoc
2+
nbsphinx
3+
sphinx
74
sphinxcontrib-napoleon
8-
sphinx_code_tabs
95
sphinx_copybutton
6+
sphinx_code_tabs
107
sphinx-autobuild
8+
sphinx-autorun
9+
oracle_ads
10+
furo
11+
IPython
12+
pandoc
13+
rstcheck
14+
restructuredtext_lint
15+
doc8

ads/feature_store/docs/source/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,13 @@
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",

0 commit comments

Comments
 (0)