Skip to content

Commit 59439e1

Browse files
authored
Fix Sphinx config metadata (#138)
1 parent cc4e2fa commit 59439e1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
- Fixed change log links. ([#126](https://github.com/Rose-STL-Lab/torchTS/pull/126), [#128](https://github.com/Rose-STL-Lab/torchTS/pull/128))
1818
- Fixed contributing file link. ([#137](https://github.com/Rose-STL-Lab/torchTS/pull/137))
19+
- Fixed Sphinx config metadata. ([#138](https://github.com/Rose-STL-Lab/torchTS/pull/138))
1920

2021
## [0.1.0] - 2021-08-16
2122

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
# -- Project information -----------------------------------------------------
2424

2525
project = "TorchTS"
26-
copyright = "2020, Rose Yu"
27-
author = "Rose Yu"
26+
copyright = "2020-present UCSD STL Lab"
27+
author = "TorchTS Team"
2828

2929
# The full version, including alpha/beta/rc tags
3030
release = "0.1.0"

0 commit comments

Comments
 (0)