Searched +full:mkdocs +full:- +full:requirements (Results 1 – 8 of 8) 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 …]
8 …areup.leakcanary` project. Here's an example: [OSSRH-54959](https://issues.sonatype.org/browse/OSS…15 gpg --gen-key17 gpg -K20 gpg --export-secret-keys -o secring.gpg22 gpg --send-keys --keyserver keyserver.ubuntu.com <KEY ID>24 gpg --recv-keys --keyserver keyserver.ubuntu.com <KEY ID>44 export LEAKCANARY_GOOGLE_ANALYTICS_KEY="UA-142834539-1"64 gh alias set listOpenMilestones "api graphql -F owner=':owner' -F name=':repo' -f query='84 gh alias set --shell createMilestone "gh api --method POST repos/:owner/:repo/milestones --input - …86 gh alias set --shell closeMilestone "echo '{\"state\": \"closed\"}' | gh api --method PATCH repos/:…[all …]
5 …dentation, use `SquareAndroid` code style settings from https://github.com/square/java-code-styles.7 …o confirm leak detection correctly fails UI tests: `./gradlew leakcanary-android-sample:connectedC…8 * Normal UI tests: `./gradlew leakcanary-android-core:connectedCheck`.12 * Analyze the entire project with `./gradlew check` or particular modules with `./gradlew :module-n…13 … also a **git pre-push** hook that will run analysis automatically before pushing a branch to the …22 ./gradlew uploadArchives -PSNAPSHOT_REPOSITORY_URL=file:///Users/py/.m2/repository29 …debugImplementation 'com.squareup.leakcanary:leakcanary-android:{{ leak_canary.next_release }}-SNA…42 pip install --requirement docs/requirements.txt48 mkdocs serve
1 # 11.1.0 - TBD3 - Improved debug codegen.5 # 11.0.2 - 2024-07-207 - Fixed compatibility with non-POSIX systems11 - Fixed performance regressions when using `std::back_insert_iterator` with14 - Fixed handling of `std::generator` and move-only iterators18 - Made `formatter<std::string_view>::parse` work with types convertible to22 - Made `volatile void*` formattable26 - Made `Glib::ustring` not be confused with `std::string`29 - Made `fmt::context` iterator compatible with STL algorithms that rely on[all …]