Adjusting documentation

This commit is contained in:
Ace
2020-11-23 00:44:32 +01:00
parent 948573cb59
commit d865b3454e
5 changed files with 45 additions and 35 deletions

View File

@@ -12,13 +12,14 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath('../..'))
sys.path.insert(0, os.path.abspath('.'))
#sys.path.insert(0, os.path.abspath('../..'))
master_doc = 'index'
# -- Project information -----------------------------------------------------
project = 'inkycal'
copyright = '2020, Ace Isace'
copyright = '2018-2020, Ace Isace'
author = 'Ace Isace'
# The full version, including alpha/beta/rc tags