diff options
author | Jarrod Millman <jarrod.millman@gmail.com> | 2017-06-25 18:59:23 -0700 |
---|---|---|
committer | Dan Schult <dschult@colgate.edu> | 2017-06-25 21:59:23 -0400 |
commit | 7010119954775abea0c993bb7aadf42faa7a8bb6 (patch) | |
tree | 5d9b46a837d9ef24c9564f0e2f82ec565ed8b829 /requirements.txt | |
parent | 3daa2e27051999c354b162c0379f4ea20bdc5142 (diff) | |
download | networkx-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.txt | 1 |
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 |