Skip to content

Commit

Permalink
fix small doc and structure issues
Browse files Browse the repository at this point in the history
  • Loading branch information
theOehrly committed Mar 4, 2021
1 parent a9a3f93 commit b9d922b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include requirements.txt
include requirements-dev.txt
7 changes: 6 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,15 @@

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

# load version number from file in project root dir
with open('../VERSION.txt') as vfobj:
version = str(vfobj.read())

# project = 'Fast F1'
# copyright = 'MIT'
# author = 'Oehrly'
# version = info['version']
version = version
release = version
copyright = f'{datetime.now().year}, theOehrly'


Expand Down
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = fastf1
version = file: VERSION.txt
license = MIT
license_files = LICENSE.rst
license_files = LICENSE
author = Oehrly
author_email = [email protected]
home-page = https://github.com/theOehrly/Fast-F1
Expand All @@ -28,8 +28,6 @@ install_requires =

[build_sphinx]
project = Fast F1
version = file: VERSION.txt
release = file: VERSION.txt
source-dir = ./docs
build-dir = ./docs/_build

Expand Down

0 comments on commit b9d922b

Please sign in to comment.