Skip to content

Commit c22fe86

Browse files
committed
fix
1 parent 5104c9e commit c22fe86

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
# -- Options for HTML output -------------------------------------------------
9999
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
100100

101-
html_baseurl = "https://https://lucasfang.github.io/paimon-cpp/"
101+
html_baseurl = "https://lucasfang.github.io/paimon-cpp/"
102102
html_theme = "pydata_sphinx_theme"
103103
html_static_path = ["_static"]
104104

@@ -153,6 +153,7 @@
153153
"github_repo": "paimon-cpp",
154154
"github_version": "main",
155155
"doc_path": "docs/source",
156+
"relative_urls": "True",
156157
}
157158

158159
html_title = f"C++ Paimon"

docs/source/implementations/basic_concepts.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
.. https://github.com/apache/paimon/blob/master/docs/content/concepts/basic-concepts.md
2020
2121
Basic Concepts
22-
=======================
22+
======================
2323

2424
File Layouts
25-
-----------------------
25+
----------------------
2626
All files of a table are stored under one base directory. Paimon files are
2727
organized in a layered style. The following image illustrates the file layout.
2828
Starting from a snapshot file, Paimon readers can recursively access all records

0 commit comments

Comments
 (0)