Skip to content

Commit

Permalink
Suggest pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-roemer committed Sep 19, 2019
1 parent 6958528 commit d8af0b0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ demo/build/*
node_modules
__pycache__
.vscode
Pipfile*

12 changes: 11 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,17 @@ Sphinx "_static" directory.
Contributing
============
Contributions to this project are most welcome. Please make sure that the demo
site builds cleanly, and looks like what you want. First build the demo::
site builds cleanly, and looks like what you want. We suggest using ``pipenv``
to build this project::

$ cd sphinx-bootstrap-theme
$ pipenv install --dev

Before working in this project directory, do::

$ pipenv shell

Next, build the demo::

$ fab clean && fab demo

Expand Down

0 comments on commit d8af0b0

Please sign in to comment.