Skip to content

Commit

Permalink
Merge pull request #44 from ActivityWatch/dev/migrating
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Jul 29, 2020
2 parents 11ccb71 + d439f47 commit a449865
Show file tree
Hide file tree
Showing 44 changed files with 1,014 additions and 380 deletions.
10 changes: 10 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2

sphinx:
configuration: src/conf.py

python:
version: 3.7
install:
- method: pip
path: .
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BUILDDIR = _build
# Internal variables.
PAPEROPT_a4 = -D latex_paper_size=a4
PAPEROPT_letter = -D latex_paper_size=letter
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) src/
# the i18n builder cannot share the environment and doctrees with the others
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .

Expand Down
16 changes: 0 additions & 16 deletions Pipfile

This file was deleted.

331 changes: 0 additions & 331 deletions Pipfile.lock

This file was deleted.

10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
aw-docs
=======

This repo contains documentation for [ActivityWatch](https://activitywatch.net).

# Build

Install dependencies with `pip install .` (we recommend a virtualenv) or `poetry install`.

Build the docs with `make build`.
Loading

0 comments on commit a449865

Please sign in to comment.