Home
last modified time | relevance | path

Searched +full:mkdocs +full:- +full:requirements (Results 1 – 6 of 6) sorted by relevance

/external/python/mobly/
D.readthedocs.yml3 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
13 # Build documentation with MkDocs
14 #mkdocs:
15 # configuration: mkdocs.yml
20 # Optionally set the version of Python and requirements required to build your docs
24 - requirements: docs/requirements.txt
/external/python/bumble/docs/
DREADME.md5 hierarchy at `docs/mkdocs/src`, starting with `docs/mkdocs/src/index.md`.
7 or generate a static HTML "site" using `mkdocs`, which you can then open with any browser.
9 # Static HTML With MkDocs
11 [MkDocs](https://www.mkdocs.org/) is used to generate a static HTML documentation site.
12 The `mkdocs` directory contains all the data (actual documentation) and metadata (configuration) fo…
13 `mkdocs/requirements.txt` includes the list of Python packages needed to build the site.
14 `mkdocs/mkdocs.yml` contains the site configuration.
15 `mkdocs/src/` is the directory where the actual documentation text, in markdown format, is located.
19 $ mkdocs build -f docs/mkdocs/mkdocs.yml
22 You can then open `docs/mkdocs/site/index.html` with any web browser.
/external/python/bumble/docs/mkdocs/
Drequirements.txt1 # This requirements file is for python3
2 mkdocs == 1.4.0
3 mkdocs-material == 8.5.6
4 mkdocs-material-extensions == 1.0.3
5 pymdown-extensions == 10.0
6 mkdocstrings-python == 0.7.1
/external/kotlinpoet/.github/workflows/
Drelease.yml6 - main
8 - '**'
11 GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx4g -Dorg.gradle.daemon=false -Dkotlin.incremental=false"
15 runs-on: ubuntu-latest
19 - name: Checkout
22 - name: Configure JDK
23 uses: actions/setup-java@v4
26 java-version: 19
28 - name: Upload Artifacts
35 - name: Prep docs
[all …]
Dbuild.yml5 branches-ignore:
6 - main
7 tags-ignore:
8 - '**'
12 GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx4g -Dorg.gradle.daemon=false -Dkotlin.incremental=false"
19 - macos-latest
20 - ubuntu-latest
21 - windows-latest
23 runs-on: ${{ matrix.os }}
26 - name: Checkout
[all …]
/external/python/cpython3/Tools/peg_generator/data/
Dtop-pypi-packages-365-days.json2 "last_update": "2020-01-17 15:34:44",
24 "project": "python-dateutil"
124 "project": "pyasn1-modules"
140 "project": "google-api-core"
156 "project": "google-auth"
168 "project": "google-cloud-core"
176 "project": "googleapis-common-protos"
200 "project": "more-itertools"
204 "project": "awscli-cwlogs"
240 "project": "requests-oauthlib"
[all …]