Skip to content

Commit

Permalink
Bump docs dependencies and move docs docs to README
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Feb 12, 2019
1 parent 32ccc2d commit 53b3b93
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Or `nix`:
./scripts/generate-nix-files.sh # Get up-to-date shell.nix files
```

To build the docs, see `doc/README.md`.

## General

Expand Down
8 changes: 8 additions & 0 deletions doc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
To build the docs locally:

$ virtualenv venv
$ . ./venv/bin/activate
$ pip install -r requirements.txt
$ make html

Docs will be built in _build/html/index.html .
8 changes: 0 additions & 8 deletions doc/building-the-docs

This file was deleted.

1 change: 0 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@
# -- Markdown -------------------------------------------------------------

source_parsers = {
'.md': CommonMarkParser,
'.lhs': CommonMarkParser,
}

6 changes: 3 additions & 3 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
recommonmark==0.4.0
Sphinx==1.7.5
sphinx_rtd_theme>=0.4.0
recommonmark==0.5.0
Sphinx==1.8.4
sphinx_rtd_theme>=0.4.2

0 comments on commit 53b3b93

Please sign in to comment.