Updated documentaion to include python
This commit is contained in:
parent
02406d46ca
commit
159504f20f
3 changed files with 51 additions and 2 deletions
|
|
@ -16,6 +16,9 @@
|
|||
|
||||
|
||||
# -- Project information -----------------------------------------------------
|
||||
import sys
|
||||
import os
|
||||
import komputepy
|
||||
|
||||
project = 'Vulkan Kompute'
|
||||
copyright = '2020, The Institute for Ethical AI & Machine Learning'
|
||||
|
|
@ -31,6 +34,7 @@ release = '0.4.0'
|
|||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||
# ones.
|
||||
extensions = [
|
||||
"sphinx.ext.autodoc",
|
||||
# Creates .nojekyll config
|
||||
'sphinx.ext.githubpages',
|
||||
# Integrates with doxygen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue