Skip to content

Commit de3410b

Browse files
committed
Fix documentation project name
When copy pasting from python-sdbus the project name was not updated to "python-lxns".
1 parent 80d8458 commit de3410b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from os.path import abspath
66
from sys import path
77

8-
project = "python-sdbus"
8+
project = "python-lxns"
99
author = "igo95862"
1010
source_suffix = ".rst"
1111
extensions = ["sphinx.ext.autodoc"]

0 commit comments

Comments
 (0)