From 67dfb60575427ad7e814bbadea474cfb2c0c419f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Chac=C3=B3n?= Date: Thu, 28 Sep 2023 09:03:37 -0600 Subject: [PATCH] Create conf.py --- docs/conf.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/conf.py diff --git a/docs/conf.py b/docs/conf.py new file mode 100644 index 00000000..44271861 --- /dev/null +++ b/docs/conf.py @@ -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'