Skip to content

Commit

Permalink
Small fixes in Sphinx configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
  • Loading branch information
astrojuanlu committed Aug 14, 2023
1 parent 72871dc commit d2d2350
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions kedro-datasets/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

# -- Project information -----------------------------------------------------

project = "kedro"
project = "kedro-datasets"
author = "kedro"

# The short X.Y version.
Expand Down Expand Up @@ -139,7 +139,7 @@

html_context = {
"display_github": True,
"github_url": "https://github.com/kedro-org/kedro/tree/main/docs/source",
"github_url": "https://github.com/kedro-org/kedro-plugins/tree/main/kedro-datasets/docs/source",
}

# Add any paths that contain custom static files (such as style sheets) here,
Expand Down Expand Up @@ -216,12 +216,6 @@

# -- Kedro specific configuration -----------------------------------------
KEDRO_MODULES = [
"kedro.io",
"kedro.pipeline",
"kedro.runner",
"kedro.config",
"kedro.extras.datasets",
"kedro.extras.logging",
"kedro_datasets",
]

Expand Down

0 comments on commit d2d2350

Please sign in to comment.