diff options
-rw-r--r-- | doc/conf.py | 4 | ||||
-rw-r--r-- | requirements/pytest.pip | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/doc/conf.py b/doc/conf.py index b3c4140e..099ab0cb 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -146,10 +146,6 @@ html_static_path = ['_static'] # using the given strftime format. #html_last_updated_fmt = '%b %d, %Y' -# If true, SmartyPants will be used to convert quotes and dashes to -# typographically correct entities. -html_use_smartypants = True - # Custom sidebar templates, maps document names to template names. #html_sidebars = {} diff --git a/requirements/pytest.pip b/requirements/pytest.pip index 7b70aca9..9ad471d4 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -4,5 +4,4 @@ # The pytest specifics used by coverage.py pytest==3.1.3 pytest-xdist==1.18.1 -pytest-warnings==0.3.0 flaky==3.4.0 |