networkx / website

Website source code for NetworkX.
http://networkx.org/
8 stars 13 forks source link

Update theme #11

Closed jarrodmillman closed 7 years ago

jarrodmillman commented 7 years ago

@hagberg This is ready to merge. Fixes #9.

I switched to alabaster and I simplified the site a bit. You should be able to deploy it the same way you did previously. Just make sure to pip install -U sphinx first.

dschult commented 7 years ago

What's the best way for me to look at this? Clone, make html, browse build/index.html? It's been way to long since I worked with the website repository (if I ever did :).

hagberg commented 7 years ago

Yes @dschult that works. Load __build/html/index.html.

hagberg commented 7 years ago

Scripts need some fixing for python3 which is, of course, everyone's default now.