Skip to content

Commit ab3c41f

Browse files
committed
remove copyright field
1 parent 917b49a commit ab3c41f

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/build_docs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
run: |
3737
cd docsrc
3838
make github
39-
# - name: Deploy
40-
# uses: peaceiris/actions-gh-pages@v3
41-
# if: ${{ github.ref == 'refs/heads/main' }}
42-
# with:
43-
# github_token: ${{ secrets.GITHUB_TOKEN }}
44-
# publish_dir: ./docs
39+
- name: Deploy
40+
uses: peaceiris/actions-gh-pages@v3
41+
if: ${{ github.ref == 'refs/heads/main' }}
42+
with:
43+
github_token: ${{ secrets.GITHUB_TOKEN }}
44+
publish_dir: ./docs

docsrc/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
# -- Project information -----------------------------------------------------
2929

3030
project = 'Bayesian Optimization'
31-
copyright = '2022, Brendan Whelan'
3231
author = 'Fernando Nogueira'
3332

3433

0 commit comments

Comments
 (0)