1c6ad56dc6
Applies the following changes: add version number to documentation left navigation bar and page title add an "About" section with a license page enable htmlzip, pdf, epub formats when publishing on Read the Docs set pdf title, author, copyright, and version rename .sphinx/.doxygen to sphinx/doxygen remove docBin from URL update rocm-docs-core dependency Change-Id: I947cf32cd42d9f4e55b1ddd324ad4a7e4ba3f3e3
19 lines
321 B
YAML
19 lines
321 B
YAML
# Read the Docs configuration file
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
version: 2
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
formats: [htmlzip, pdf, epub]
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/sphinx/requirements.txt
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.8"
|