This is an automated email from the ASF dual-hosted git repository.

zhongjiajie pushed a commit to branch 4.0.4-prepare
in repository 
https://gitbox.apache.org/repos/asf/dolphinscheduler-sdk-python.git

commit dc2117a2939554134594c526d7468ca9c20c2ee5
Author: Jay Chung <[email protected]>
AuthorDate: Thu Aug 24 08:54:44 2023 +0800

    doc: correct crontab in schedule (#104)
---
 README.md               | 2 +-
 docs/source/concept.rst | 2 +-
 docs/source/conf.py     | 6 ------
 3 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 3bbcef8..62c10d1 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ under the License.
 [![PyPi Python 
Versions](https://img.shields.io/pypi/pyversions/apache-dolphinscheduler.svg?style=flat-square&logo=python)](https://pypi.org/project/apache-dolphinscheduler/)
 [![PyPi 
License](https://img.shields.io/:license-Apache%202-blue.svg?style=flat-square)](https://raw.githubusercontent.com/apache/dolphinscheduler-sdk-python/main/LICENSE)
 [![PyPi 
Status](https://img.shields.io/pypi/status/apache-dolphinscheduler.svg?style=flat-square)](https://pypi.org/project/apache-dolphinscheduler/)
-[![Downloads](https://pepy.tech/badge/apache-dolphinscheduler/month)](https://pepy.tech/project/apache-dolphinscheduler)
+[![Downloads](https://static.pepy.tech/badge/apache-dolphinscheduler/month)](https://pepy.tech/project/apache-dolphinscheduler)
 ![Coverage 
Status](https://img.shields.io/codecov/c/github/apache/dolphinscheduler-sdk-python/main.svg?style=flat-square)
 [![Code style: 
black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square)](https://github.com/psf/black)
 [![Imports: 
isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat-square&labelColor=ef8336)](https://pycqa.github.io/isort)
diff --git a/docs/source/concept.rst b/docs/source/concept.rst
index 28a797a..a3290e3 100644
--- a/docs/source/concept.rst
+++ b/docs/source/concept.rst
@@ -63,7 +63,7 @@ asterisks expression, and each of the meaning of position as 
below
     ┬ ┬ ┬ ┬ ┬ ┬ ┬
     │ │ │ │ │ │ │
     │ │ │ │ │ │ └─── year
-    │ │ │ │ │ └───── day of week (0 - 7) (0 to 6 are Sunday to Saturday, or 
use names; 7 is Sunday, the same as 0)
+    │ │ │ │ │ └───── day of week (1 - 7) (1 to 7 are Sunday to Saturday, or 
use names; 7 is for Sunday, or use `SUN`)
     │ │ │ │ └─────── month (1 - 12)
     │ │ │ └───────── day of month (1 - 31)
     │ │ └─────────── hour (0 - 23)
diff --git a/docs/source/conf.py b/docs/source/conf.py
index e834971..03f675d 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -26,7 +26,6 @@
 # If extensions (or modules to document with autodoc) are in another directory,
 # add these directories to sys.path here. If the directory is relative to the
 # documentation root, use os.path.abspath to make it absolute, like shown here.
-import base64
 import os
 import sys
 from pathlib import Path
@@ -112,11 +111,6 @@ autodoc_default_options = {
 
 autosectionlabel_prefix_document = True
 
-# extensions for sphinx_github_changelog, token from Jay Chung with None 
permission scope. have to encode it
-# due to github will delete token string if it finds in any commit
-token_encode = b"Z2hwXzlhczh1ZG1zYTcxbFpPODZZelQzRTVJZHpLYjNDRzBvZzNEUQ=="
-sphinx_github_changelog_token = base64.b64decode(token_encode).decode()
-
 # -- Options for HTML output -------------------------------------------------
 
 # The theme to use for HTML and HTML Help pages.  See the documentation for

Reply via email to