michaelsembwever commented on a change in pull request #1128: URL: https://github.com/apache/cassandra/pull/1128#discussion_r774758964
########## File path: doc/README.md ########## @@ -36,20 +36,19 @@ Official documentation ---------------------- The source for the official documentation for Apache Cassandra can be found in -the `source` subdirectory. The documentation uses [sphinx](http://www.sphinx-doc.org/) -and is thus written in [reStructuredText](http://docutils.sourceforge.net/rst.html). +the `source` subdirectory. The documentation uses [antora](http://www.antora.org/) +and is thus written in [asciidoc](http://asciidoc.org). + +To build the HTML documentation, you will need to first install antora and the +[Apache Cassandra theme](https://???). To add search, [lunr](https://lunrjs.com) must be installed. -To build the HTML documentation, you will need to first install sphinx and the -[sphinx ReadTheDocs theme](https://pypi.org/project/sphinx_rtd_theme/). -When using Python 3.6 on Windows, use `py -m pip install sphinx sphinx_rtd_theme`, on unix -use: ``` -pip install sphinx sphinx_rtd_theme +npm i -g @antora/cli @antora/site-generator-default +npm install lunr ``` The documentation can then be built from this directory by calling `make html` -(or `make.bat html` on windows). Alternatively, the top-level `ant gen-doc` -target can be used. When using Python 3.6 on Windows, use `sphinx_build -b html source build`. +Alternatively, the top-level `ant gen-doc` target can be used. Review comment: `ant gen-doc` no longer works. (because `doc/Makefile` is removed) There now now way to generate docs from the cassandra directory (everything is now done [here](https://github.com/apache/cassandra-website/blob/trunk/site-content/docker-entrypoint.sh#L23-L139)). Is there a minimum `doc/Makefile` we can put in place so that `ant gen-doc` runs in a basic form, for the sake of catching breakages…? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

