Skip to content

Commit 2df4453

Browse files
Merge
2 parents 88ffd48 + ecbc57a commit 2df4453

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ To build a version ready to be deployed:
2525

2626
These two can be run via `make build`.
2727

28+
2829
I use the `netlify deploy -d _build/html --prod` or `make deploy` to manually deploy the book to `goodreseach.dev`. This command won't work for you unless you have my netlify credentials.
2930

3031
_Note_: when you push a PR through Github, it will build a preview of your work through Netlify automatically. When I merge the PR, it will automatically deploy the built website to [goodresearch.dev](https://goodresearch.dev). See the badge above for build status.

Diff for: environment.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ dependencies:
1212
- jupyter-book==0.11.3
1313
- tqdm
1414
- sphinxext-opengraph
15-
- sphinx-autobuild
15+
- docutils==0.16
16+
- sphinx-autobuild

Diff for: requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ git+https://github.com/patrickmineault/sphinx-book-theme.git
44
jupyter-book==0.11.3
55
tqdm
66
sphinxext-opengraph
7+
docutils==0.16
78
sphinx-autobuild

0 commit comments

Comments
 (0)