Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Commit

Permalink
Fix docs (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed Feb 8, 2020
1 parent 1528e9c commit 41b67ca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,14 @@
# sys.path.insert(0, os.path.abspath('.'))
import sphinx_rtd_theme

from sqltask import __version__

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

project = 'sqltask'
copyright = '2019, Ville Brofeldt'
copyright = '2020, Ville Brofeldt'
author = 'Ville Brofeldt'

# The full version, including alpha/beta/rc tags
release = __version__
# release = __version__


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 41b67ca

Please sign in to comment.