Skip to content

Commit 7ee8170

Browse files
committed
Update to latest package name.
1 parent 5b06011 commit 7ee8170

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Sphinx configuration for the versioning package."""
1+
"""Sphinx configuration for the config-versioned package."""
22

33
import os
44
import sys
@@ -10,7 +10,7 @@
1010

1111
from config_versioned import __version__
1212

13-
project = "versioning"
13+
project = "config-versioned"
1414
copyright = "2026, Nathaniel Henry"
1515
author = "Nathaniel Henry"
1616
release = __version__
@@ -59,7 +59,7 @@
5959
html_logo = "_static/logo.png"
6060

6161
html_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
}

docs/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Loading a config file
1717

1818
YAML is a natural format for storing project settings, since it can represent numeric,
1919
string, 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

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
versioning
1+
Package `config-versioned`
22
==========
33

44
YAML-based configuration management for versioned data pipelines, with

0 commit comments

Comments
 (0)