-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconf.py
26 lines (20 loc) · 870 Bytes
/
conf.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Configuration file for the Sphinx documentation builder.
#
# This file only contains a selection of the most common options. For a full
# list see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html
# -- Path setup --------------------------------------------------------------
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
#import Pyomic
# -- Project information -----------------------------------------------------
project = 'omicverse'
copyright = '2022, starlitnightly'
author = 'starlitnightly'
# The full version, including alpha/beta/rc tags
release = '1.2.11'