Skip to content

Commit

Permalink
test touch
Browse files Browse the repository at this point in the history
  • Loading branch information
feefladder committed Nov 15, 2023
1 parent 1c5972f commit 667cb2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ build:
# nodejs: "16"
# rust: "1.55"
# golang: "1.17"
jobs:
pre_build:
- mkdir -p ${READTHEDOCS_OUTPUT} && touch ${READTHEDOCS_OUTPUT}index.html
post_build:
- mv ${READTHEDOCS_OUTPUT}/html/docs/* ${READTHEDOCS_OUTPUT}/html/
- touch ${READTHEDOCS_OUTPUT}/html/index.html

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# -- General configuration ---------------------------------------------------

# The master toctree document.
master_doc = 'docs/index'
master_doc = 'index'

# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
Expand Down

0 comments on commit 667cb2c

Please sign in to comment.