File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- """Sphinx configuration for the versioning package."""
1+ """Sphinx configuration for the config-versioned package."""
22
33import os
44import sys
1010
1111from config_versioned import __version__
1212
13- project = "versioning "
13+ project = "config-versioned "
1414copyright = "2026, Nathaniel Henry"
1515author = "Nathaniel Henry"
1616release = __version__
5959html_logo = "_static/logo.png"
6060
6161html_theme_options = {
62- "source_repository" : "https://github.com/henryspatialanalysis/versioning " ,
62+ "source_repository" : "https://github.com/henryspatialanalysis/config-versioned " ,
6363 "source_branch" : "main" ,
6464 "source_directory" : "docs/" ,
6565}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Loading a config file
1717
1818YAML is a natural format for storing project settings, since it can represent numeric,
1919string, and boolean settings as well as hierarchically nested values. The
20- **versioning ** package ships with an example config file you can use to follow along:
20+ **config-versioned ** package ships with an example config file you can use to follow along:
2121
2222.. code-block :: python
2323
Original file line number Diff line number Diff line change 1- versioning
1+ Package ` config-versioned `
22==========
33
44YAML-based configuration management for versioned data pipelines, with
You can’t perform that action at this time.
0 commit comments