summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2017-06-25 18:59:23 -0700
committerDan Schult <dschult@colgate.edu>2017-06-25 21:59:23 -0400
commit7010119954775abea0c993bb7aadf42faa7a8bb6 (patch)
tree5d9b46a837d9ef24c9564f0e2f82ec565ed8b829 /requirements.txt
parent3daa2e27051999c354b162c0379f4ea20bdc5142 (diff)
downloadnetworkx-7010119954775abea0c993bb7aadf42faa7a8bb6.tar.gz
Remove stale reference to pngmath (#2485)
* Remove stale reference to pngmath, fixes #2340 Also see commit ffa3e5deb837 * Fix import warning from sphinx-build: WARNING: [autosummary] failed to import u'networkx.algorithms.community.generators.LFR_benchmark_graph': no module named networkx.algorithms.community.generators.LFR_benchmark_graph The module is named `community_generators` not `generators`. * Remove all reference to old and unused indexsidebar.html * Remove old references to the Trac site including remoing unused extension code * Update copyright years * Remove mathjax path It isn't necessary to specify this (unless you want to use a local path or an alternative URL other than the cdnjs Content Delivery Network. Also the headcoded URL was retired in April, 2017 according to http://docs.mathjax.org/en/latest/start.html. * Clean up requirements The project is not using bibtex and it is no longer necessary to use Sphinx stable branch via GitHub.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index ef7bda56..f1067a54 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,6 +9,5 @@ gdal
pyyaml
pygraphviz
sphinx
-sphinxcontrib-bibtex
sphinx_rtd_theme
pydot >= 1.2.3