Skip to content

Commit cdcb451

Browse files
committed
Ensure use of 3.7 in commands
1 parent 0380f99 commit cdcb451

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

_learn/01-sphinx-python-rtd.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ You can also get familiar with [ReStructured text](http://docutils.sourceforge.n
124124
1. Answer all the questions from the prompts.
125125
You can choose enter to pick all the defaults and get a working project in the current directory (`.`).
126126
>Some notes for the context of this tutorial:
127+
* If you create a working directory in your home directory, such as `~/src/`, then you can use a `git clone` command in the `src` directory every time. For this tutorial, you can create a directory for your project, such as `~/src/project-name-here`. This directory becomes your root path.
127128
* You can either use a directory named `_build` within the root path, or have separate `source` and `build` directories, which is the default. To see an example directory structure with a `source` directory, refer to this [justwriteclick/rockthedocs-demo](https://github.com/justwriteclick/rockthedocs-demo) repo on GitHub.
128129
* When answering the questions, note that you can choose "githubpages set to yes" to create a `.nojekyll` file to publish the document on GitHub pages. In our case, though, our example builds to Read the Docs, so you can use the defaults throughout.
129130

0 commit comments

Comments
 (0)