| # Copyright lowRISC contributors. |
| # Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| # SPDX-License-Identifier: Apache-2.0 |
| # CAUTION: Use util/build_docs.py to generate the documentation site. There |
| # are pre-processing steps that are not yet integrated into the hugo-based |
| assetDir = "site/docs/assets" |
| baseURL = "https://docs.opentitan.org" |
| disablePathToLower = true |
| resourceDir = "build/docs-resources" |
| pygmentsCodeFences = true |
| disableKinds = ["taxonomy", "taxonomyTerm", "RSS", "sitemap"] |
| generatedRoot = "build/docs-generated" |
| extensions = ["noEmptyLineBeforeBlock"] |