Create conf.py

This commit is contained in:
Robert Chacón
2023-09-28 09:03:37 -06:00
committed by GitHub
parent 491cb61cb4
commit 67dfb60575

8
docs/conf.py Normal file
View File

@@ -0,0 +1,8 @@
import sys, os
project = 'LibreQoS'
copyright = '2023, LibreQoE, LLC'
version = '1.4'
release = 'version 1.4'
highlight_language = 'python'
pygments_style = 'sphinx'
needs_sphinx = '1.3'