diff options
author | rebortg <github@ghlr.de> | 2024-01-13 23:11:49 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2024-01-13 23:12:06 +0100 |
commit | 0740593f13225ad72a127e99aaa49d5a32ba5325 (patch) | |
tree | c4fc71dd27f2fc338c6a01db789b141828f47dd5 /Pipfile | |
parent | d4d3efe7fb4c0a86c6d33a9664eb18fb22e4205e (diff) | |
download | vyos-documentation-0740593f13225ad72a127e99aaa49d5a32ba5325.tar.gz vyos-documentation-0740593f13225ad72a127e99aaa49d5a32ba5325.zip |
update sphinx and dependencies
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Pipfile b/Pipfile deleted file mode 100644 index 0d7f836f..00000000 --- a/Pipfile +++ /dev/null @@ -1,18 +0,0 @@ -[[source]] -url = "https://pypi.org/simple" -verify_ssl = true -name = "pypi" - -[packages] -sphinx-rtd-theme = "*" -docutils = "*" -lxml = "*" -sphinx-notfound-page = "*" -Sphinx = ">=1.4.3" -sphinx-panels = "*" -transifex-client = "*" - -[dev-packages] - -[requires] -python_version = "3.9" |