Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix documentation building on rtfd #46

Merged
merged 4 commits into from
Dec 7, 2018
Merged

Fix documentation building on rtfd #46

merged 4 commits into from
Dec 7, 2018

Commits on Dec 5, 2018

  1. Fix some warnings while building docs

    "python setup.py build_sphinx -W" now works.  This is now
    a default command to build html docs.
    
    Also renamed makefile target "docs" -> "doc" (as there is the
    docs/ directory, which conflicts with name "docs").
    skirpichev committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    f1b5399 View commit details
    Browse the repository at this point in the history
  2. Add "docs" extras for setuptools, include "tests" extra to "develop"

    Also build html docs on Travis CI (quality stage).
    skirpichev committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    b37a861 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20cc791 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4359ecc View commit details
    Browse the repository at this point in the history