Skip to content

Commit 222b669

Browse files
authored
Merge pull request #132 from AusClimateService/131-update-to-latest-documentation
Documentation update
2 parents fdc9d28 + 9855418 commit 222b669

File tree

10 files changed

+30
-596
lines changed

10 files changed

+30
-596
lines changed

docs/source/conf.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,20 @@
1212
#
1313
import os
1414
import sys
15+
from datetime import datetime
16+
from axiom import __version__
1517
sys.path.insert(0, os.path.abspath('../..'))
1618

1719

1820
# -- Project information -----------------------------------------------------
1921

2022
project = 'Axiom'
21-
copyright = '2021, Ben Schroeter'
23+
year = datetime.utcnow().year
24+
copyright = f'{year}, Ben Schroeter'
2225
author = 'Ben Schroeter'
2326

2427
# The full version, including alpha/beta/rc tags
25-
release = '0.0.1'
28+
release = __version__
2629

2730

2831
# -- General configuration ---------------------------------------------------

docs/source/drs.rst

Lines changed: 0 additions & 77 deletions
This file was deleted.

docs/source/drs/configuration copy.rst

Lines changed: 0 additions & 161 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)