summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2015-04-16 16:47:23 -0400
committerSteve Piercy <web@stevepiercy.com>2015-04-16 16:47:23 -0400
commit71d66b84dbd2927e79ebf2512a4bd287b7664b84 (patch)
treec0bfbcf196c8a9d06f053078fce7b509ea561cf9 /HACKING.txt
parentec1ec3f781409f6b0832c0ef11965484220b2c12 (diff)
downloadpyramid-71d66b84dbd2927e79ebf2512a4bd287b7664b84.tar.gz
pyramid-71d66b84dbd2927e79ebf2512a4bd287b7664b84.tar.bz2
pyramid-71d66b84dbd2927e79ebf2512a4bd287b7664b84.zip
Replace git submodule crap with new pylons-sphinx-themes package goodness. See #1614.
Diffstat (limited to 'HACKING.txt')
-rw-r--r--HACKING.txt25
1 files changed, 4 insertions, 21 deletions
diff --git a/HACKING.txt b/HACKING.txt
index e31dd8714..b82041c71 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -216,29 +216,12 @@ documentation in this package which references that API or behavior must be
changed to reflect the bug fix, ideally in the same commit that fixes the bug
or adds the feature. To build and review docs, use the following steps.
-1. After following the steps above in "Using a Development Checkout", update
- all git submodules from the top-level of your Pyramid checkout, like so:
+1. In the main Pyramid checkout directory, run ``./builddocs.sh`` (which just
+ turns around and runs ``tox -e py2-docs,py3-docs``)::
- $ git submodule update --init --recursive
+ $ ./builddocs.sh
- This will checkout theme subrepositories and prevent error conditions when
- HTML docs are generated.
-
-2. Next change into the submodule's directory and switch to a branch so that
- the submodule repositories are no longer "headless". Then update the
- repository to ensure that we have the latest updates.
- See http://chrisjean.com/2009/04/20/git-submodules-adding-using-removing-and-updating/ ::
-
- $ cd docs/_themes
- $ git checkout master
- $ git pull
-
-3. Change back to the main Pyramid checkout dir and run ``./builddocs`` (which
- just turns around and runs ``tox -e py2-docs,py3-docs``)::
-
- $ ./builddocs
-
-4. Open the ``.tox/_build/html/index.html`` file to see the resulting HTML
+2. Open the ``docs/_build/html/index.html`` file to see the resulting HTML
rendering.
Change Log