diff options
-rw-r--r-- | debian/control | 1 | ||||
-rw-r--r-- | sphinx/source/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index f7d9fccf6..d0ba72bcf 100644 --- a/debian/control +++ b/debian/control @@ -21,6 +21,7 @@ Build-Depends: python3-jinja2, python3-psutil, python3-setuptools, + python3-sphinx, python3-xmltodict, quilt, whois diff --git a/sphinx/source/.gitignore b/sphinx/source/.gitignore new file mode 100644 index 000000000..30d85567b --- /dev/null +++ b/sphinx/source/.gitignore @@ -0,0 +1 @@ +*.rst |