Skip to content

Commit

Permalink
Merge branch 'master' into olupton/more-c++
Browse files Browse the repository at this point in the history
  • Loading branch information
olupton authored Jun 20, 2022
2 parents 0f73f47 + 2c3a21d commit 8c0bfcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ pip3 install --user -r docs/docs_requirements.txt --upgrade
Also, make sure to have `Doxygen` and `pandoc` installed, and the dependencies listed in [conda_environment.yml](conda_environment.yml)
Note that this file is tailored to the ReadTheDocs setup, but lists all desired requirements.

With all dependencies installed, configure project with CMake as described in [README](../README.md).
With all dependencies installed, configure project with CMake as described in [CMake Build Options](cmake_doc/options.rst#nrn_enable_docsbooloff).

e.g. in your CMake build folder:

```
cmake .. -DCMAKE_INSTALL_PREFIX=`pwd`/install
cmake .. -DNRN_ENABLE_DOCS=ON
```

#### Building the documentation
Expand Down

0 comments on commit 8c0bfcf

Please sign in to comment.