forked from datastax/cpp-driver
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from dgarcia360/docs-update-theme-1.4
docs: update theme 1.5
- Loading branch information
Showing
4 changed files
with
26 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,25 @@ | ||
# Building the Docs | ||
|
||
The docs build instructions have been tested with Sphinx 4 and Fedora 32. | ||
# Building the docs | ||
|
||
## Prerequisites | ||
|
||
To build and preview the docs locally, you will need to install the following software: | ||
To build the documentation of this project, you need a UNIX-based operating system. Windows is not fully supported as it does not support symlinks. | ||
|
||
You also need the following software installed `doxygen` to generate the reference documentation of the driver. You can install it using the following command: | ||
|
||
**Ubuntu** | ||
|
||
```bash | ||
sudo apt-get install doxygen | ||
``` | ||
|
||
**MacOS** | ||
|
||
```bash | ||
brew install doxygen | ||
``` | ||
|
||
- Git | ||
- Python 3.7 | ||
- pip | ||
- doxygen | ||
Once you have installed the above software, you can build and preview the documentation by following the steps outlined in the [Quickstart guide](https://sphinx-theme.scylladb.com/stable/getting-started/quickstart.html). | ||
|
||
## Commands | ||
## Custom commands | ||
|
||
For more information, see [Commands](https://sphinx-theme.scylladb.com/stable/commands.html). | ||
To generate the reference documentation of the driver, run the command `make javadoc`. This command generates the reference documentation using the Javadoc tool in the `_build/dirhtml/<VERSION>/api` directory. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters