Skip to content

Commit 4e73ed6

Browse files
authored
Merge pull request #46 from fraya/hide-toc
doc: Hide ToC
2 parents 0f79f6f + e74b3c8 commit 4e73ed6

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.github/workflows/build-and-check-documentation.yml

-12
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ on:
99
# This enables the Run Workflow button on the Actions tab.
1010
workflow_dispatch:
1111

12-
# https://github.com/JamesIves/github-pages-deploy-action#readme
13-
permissions:
14-
contents: write
15-
1612
# Set DYLAN environment variable to GITHUB_WORKSPACE so packages are
1713
# installed in ../../_packages relative to documentation's Makefile
1814
env:
@@ -46,11 +42,3 @@ jobs:
4642
with:
4743
name: command-line-parser
4844
path: documentation/build/html/
49-
50-
- name: Bypassing Jekyll on GH Pages
51-
run: sudo touch documentation/build/html/.nojekyll
52-
53-
- name: Deploy docs to GH pages
54-
uses: JamesIves/github-pages-deploy-action@v4
55-
with:
56-
folder: documentation/build/html

documentation/source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ command-line-parser
66
.. current-module:: command-line-parser
77

88
.. toctree::
9-
9+
:hidden:
1010

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

0 commit comments

Comments
 (0)