Skip to content

Commit

Permalink
Merge pull request #46 from fraya/hide-toc
Browse files Browse the repository at this point in the history
doc: Hide ToC
  • Loading branch information
fraya authored Jun 10, 2024
2 parents 0f79f6f + e74b3c8 commit 4e73ed6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build-and-check-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
# This enables the Run Workflow button on the Actions tab.
workflow_dispatch:

# https://github.com/JamesIves/github-pages-deploy-action#readme
permissions:
contents: write

# Set DYLAN environment variable to GITHUB_WORKSPACE so packages are
# installed in ../../_packages relative to documentation's Makefile
env:
Expand Down Expand Up @@ -46,11 +42,3 @@ jobs:
with:
name: command-line-parser
path: documentation/build/html/

- name: Bypassing Jekyll on GH Pages
run: sudo touch documentation/build/html/.nojekyll

- name: Deploy docs to GH pages
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: documentation/build/html
2 changes: 1 addition & 1 deletion documentation/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ command-line-parser
.. current-module:: command-line-parser

.. toctree::

:hidden:

The *command-line-parser* library provides a facility to parse the
command line. It exports two modules:
Expand Down

0 comments on commit 4e73ed6

Please sign in to comment.