Skip to content

Commit

Permalink
GitHub pages documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
coady committed Dec 31, 2019
1 parent 276dafa commit 7bb203b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2019 Aric Coady
Copyright 2020 Aric Coady

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
9 changes: 7 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
all: check
make -C docs html SPHINXOPTS=-W
all: check html

html:
make -C docs $@ SPHINXOPTS=-W

pages: html
ghp-import -nm "GH pages autocommit." docs/_build/$?

check:
python3 setup.py $@ -ms
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Run the server.

$ python -m lupyne.server

Read the [documentation](http://lupyne.surge.sh).
Read the [documentation](https://coady.github.io/lupyne/).

# Installation

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

# General information about the project.
project = 'lupyne'
copyright = '2019, Aric Coady'
copyright = '2020, Aric Coady'
author = 'Aric Coady'

# The version info for the project you're documenting, acts as replacement for
Expand Down

0 comments on commit 7bb203b

Please sign in to comment.