mirror of
https://github.com/DataDog/go-profiler-notes.git
synced 2026-06-22 01:16:49 +08:00
try sphinx build
This commit is contained in:
parent
deadb69ee7
commit
5aca8834ea
2 changed files with 4 additions and 1 deletions
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
uses: actions/configure-pages@v2
|
uses: actions/configure-pages@v2
|
||||||
- run: "mkdir -p _site && echo foo > _site/index.html"
|
- uses: ammaraskar/sphinx-action@master
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v1
|
uses: actions/upload-pages-artifact@v1
|
||||||
|
|
||||||
|
|
|
||||||
3
requirements.txt
Normal file
3
requirements.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
Sphinx==5.3.0
|
||||||
|
sphinx-rtd-theme==1.1.1
|
||||||
|
sphinxemoji==0.2.0
|
||||||
Loading…
Reference in a new issue