diff options
author | Jonathan Ribas <jonathan.ribas@fraudbuster.mobi> | 2019-01-25 16:42:55 +0100 |
---|---|---|
committer | Jonathan Ribas <jonathan.ribas@fraudbuster.mobi> | 2019-01-25 16:42:55 +0100 |
commit | 08fc487dc99e997ab944bfc7c0e2543a339b3dfb (patch) | |
tree | 63849b19ad618a2f25f193b4cf60874689fcce9f | |
parent | 84f7369d5c10bf62ab38e5cee14cb9645e03e53d (diff) | |
download | dpdk-burst-replay-08fc487dc99e997ab944bfc7c0e2543a339b3dfb.zip dpdk-burst-replay-08fc487dc99e997ab944bfc7c0e2543a339b3dfb.tar.gz dpdk-burst-replay-08fc487dc99e997ab944bfc7c0e2543a339b3dfb.tar.xz |
Remove uneeded sphinx github modulev1.0.0
-rw-r--r-- | docs/src/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/src/conf.py b/docs/src/conf.py index 40f248a..d8b8f2c 100644 --- a/docs/src/conf.py +++ b/docs/src/conf.py @@ -30,9 +30,9 @@ # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = [ - 'sphinx.ext.githubpages', -] +# extensions = [ +# 'sphinx.ext.githubpages', +# ] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] |