Skip to content

Commit

Permalink
New theme and removal of obsolte make instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad committed Dec 31, 2017
1 parent 3799562 commit 1ccfbaf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ coverage:
python3-coverage report

package:
python3 setup.py bdist_wheel
# python3 setup.py bdist_wheel
python3 setup.py bdist
rm -rf READemption.egg-info
ls dist/*

Expand All @@ -25,10 +26,11 @@ package_to_pypi:
html_doc:
cd docs && make html && cd ..

upload_doc:
cd docs/build/html/ && zip -r READemption_docs.zip * && cd ../../.. && mv docs/build/html/READemption_docs.zip .
@echo ""
@echo "Upload READemption_docs.zip at https://pypi.python.org/pypi?%3Aaction=pkg_edit&name=READemption"
# Obsolete
#upload_doc:
# cd docs/build/html/ && zip -r READemption_docs.zip * && cd ../../.. && mv docs/build/html/READemption_docs.zip .
# @echo ""
# @echo "Upload READemption_docs.zip at https://pypi.python.org/pypi?%3Aaction=pkg_edit&name=READemption"

show_html_docs:
firefox docs/build/html/index.html &
Expand Down Expand Up @@ -71,6 +73,6 @@ new_release:
@echo "* Push it to github: git push"
@echo "* Generate a new release based on this tag at"
@echo " https://github.com/konrad/READemption/releases/new"
@echo "* Upload new docs using 'make upload_doc'"
# @echo "* Upload new docs using 'make upload_doc'"

# Todo: docker_images: docker build -t konradfoerstner/reademption:0.4.1 -t konradfoerstner/reademption:latest .
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'sphinxdoc'
html_theme = 'sphinx_rtd_theme'

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down

0 comments on commit 1ccfbaf

Please sign in to comment.