We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80cbd88 commit 9f93764Copy full SHA for 9f93764
.github/workflows/docs.yml
@@ -0,0 +1,18 @@
1
+name: Deploy Sphinx documentation to Github Pages
2
+
3
+on:
4
+ push:
5
+ branches: [master, autogenetated_docs] # branch to trigger deployment
6
7
+jobs:
8
+ pages:
9
+ runs-on: ubuntu-20.04
10
+ environment:
11
+ name: github-pages
12
+ url: ${{ steps.deployment.outputs.page_url }}
13
+ permissions:
14
+ pages: write
15
+ id-token: write
16
+ steps:
17
+ - id: deployment
18
+ uses: sphinx-notes/pages@v3
docs/conf.py
@@ -20,7 +20,7 @@
20
# -- Project information -----------------------------------------------------
21
22
project = 'ydb'
23
-copyright = '2021, yandex'
+copyright = '2024, yandex'
24
author = 'yandex'
25
26
# The short X.Y version
0 commit comments