Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ zip_safe = False
[files]
packages =
sphinxcontrib
namespace_packages =
sphinxcontrib

[global]
zip_safe = False
Expand Down
13 changes: 0 additions & 13 deletions sphinxcontrib/__init__.py

This file was deleted.

3 changes: 0 additions & 3 deletions sphinxcontrib/paverutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
directly.
"""

from __future__ import print_function

import os
import sys

Expand All @@ -20,7 +18,6 @@
from paver.easy import * # noqa

import textwrap
from pkg_resources import parse_version

@task
def html(options):
Expand Down