You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs build instructions have been tested with Sphinx 4 and Fedora 32.
4
-
5
3
## Prerequisites
6
4
7
-
To build and preview the docs locally, you will need to install the following software:
5
+
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.
6
+
7
+
You also need the following software installed to generate the reference documentation of the driver:
8
8
9
-
- Git
10
-
- Python 3.7
11
-
- pip
12
-
- Java JDK 8 or above
9
+
- Java JDK 8 or higher
13
10
- Maven
14
11
15
-
## Commands
12
+
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>`_.
13
+
14
+
## Custom commands
16
15
17
-
For more information, see [Commands](https://sphinx-theme.scylladb.com/stable/commands.html).
16
+
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.
0 commit comments