apidoc now has its own directory
This commit is contained in:
parent
6f0af5dfdf
commit
75be358ff6
3 changed files with 3 additions and 4 deletions
|
|
@ -18,8 +18,8 @@ sys.path.insert(0, os.path.abspath('../..'))
|
|||
# -- Project information -----------------------------------------------------
|
||||
|
||||
project = 'Frank'
|
||||
copyright = '2020, Jef Roosens'
|
||||
author = 'Jef Roosens'
|
||||
copyright = f'2020, {author}' # noqa: A001,VNE003
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = '0.1'
|
||||
|
|
|
|||
Reference in a new issue