diff options
author | rebortg <github@ghlr.de> | 2020-07-18 14:49:28 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2020-07-18 14:49:28 +0200 |
commit | 39b1b4880065b6fb1f7561a75bdb16ca37c49603 (patch) | |
tree | 8866c7eafc67e86a2a6f5e8e96d2e3f5f32a0d7c /requirements.txt | |
parent | 8936848d68fdcee10b8434461af6c744301d372e (diff) | |
download | vyos-documentation-39b1b4880065b6fb1f7561a75bdb16ca37c49603.tar.gz vyos-documentation-39b1b4880065b6fb1f7561a75bdb16ca37c49603.zip |
404: catch page not found error
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 6672039c..fc8e190e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ Sphinx>=1.4.3 sphinx-rtd-theme setuptools -docutils
\ No newline at end of file +docutils +sphinx-notfound-page |