Searched +full:mkdocs +full:- +full:requirements (Results 1 – 6 of 6) sorted by relevance
3 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details13 # Build documentation with MkDocs14 #mkdocs:15 # configuration: mkdocs.yml20 # Optionally set the version of Python and requirements required to build your docs24 - requirements: docs/requirements.txt
5 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 MkDocs11 [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.yml22 You can then open `docs/mkdocs/site/index.html` with any web browser.
1 # This requirements file is for python32 mkdocs == 1.4.03 mkdocs-material == 8.5.64 mkdocs-material-extensions == 1.0.35 pymdown-extensions == 10.06 mkdocstrings-python == 0.7.1
6 - main8 - '**'11 GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx4g -Dorg.gradle.daemon=false -Dkotlin.incremental=false"15 runs-on: ubuntu-latest19 - name: Checkout22 - name: Configure JDK23 uses: actions/setup-java@v426 java-version: 1928 - name: Upload Artifacts35 - name: Prep docs[all …]
5 branches-ignore:6 - main7 tags-ignore:8 - '**'12 GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx4g -Dorg.gradle.daemon=false -Dkotlin.incremental=false"19 - macos-latest20 - ubuntu-latest21 - windows-latest23 runs-on: ${{ matrix.os }}26 - name: Checkout[all …]
2 "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 …]