Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Wilson <benjamin.wilson@databricks.com>
  • Loading branch information
BenWilson2 committed Jan 3, 2024
1 parent e4e23c3 commit bbb0be1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 8 additions & 0 deletions docs/source/conf.py
Expand Up @@ -42,8 +42,16 @@
"sphinx_tabs.tabs",
"testcode_block",
"nbsphinx",
"sphinx_reredirects",
]

# Redirects definition in the form of ``("source", "target")``.
# Note that the target is relative to the path of the source and that the
# target must define the final url (i.e. no trailing slash).
redirects = {
"registry": "model-registry.html",
}

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]

Expand Down
4 changes: 0 additions & 4 deletions docs/source/registry.rst

This file was deleted.

4 changes: 3 additions & 1 deletion requirements/doc-min-requirements.txt
Expand Up @@ -7,4 +7,6 @@ flask<=2.2.5
sphinx-autobuild
sphinx-click
# to be compatible with docutils==0.16
sphinx-tabs==3.2.0
sphinx-tabs==3.2.0
# redirect handling
sphinx-reredirects==0.1.3

0 comments on commit bbb0be1

Please sign in to comment.