Skip to content

fix docs - #894

Merged
vgvoleg merged 2 commits into
ydb-platform:mainfrom
Khabib73:feat/dark-theme-docs
Sep 7, 2026
Merged

fix docs#894
vgvoleg merged 2 commits into
ydb-platform:mainfrom
Khabib73:feat/dark-theme-docs

Conversation

@Khabib73

@Khabib73 Khabib73 commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

The documentation build generates the following warnings:

(venv) ~/ydb-python-sdk sphinx-build -b html docs docs/_build/html -q
/Users/khabibshahbanov/ydb-python-sdk/docs/driver.rst:2: WARNING: Duplicate explicit target name: "full example".
/Users/khabibshahbanov/ydb-python-sdk/docs/driver.rst:2: WARNING: Duplicate explicit target name: "full example".
/Users/khabibshahbanov/ydb-python-sdk/docs/driver.rst:2: WARNING: Duplicate explicit target name: "full example".
/Users/khabibshahbanov/ydb-python-sdk/docs/driver.rst:2: WARNING: Duplicate explicit target name: "full example".
/Users/khabibshahbanov/ydb-python-sdk/docs/driver.rst:2: WARNING: Duplicate explicit target name: "full example".
WARNING: unsupported theme option 'fixed_sidebar' given
WARNING: unsupported theme option 'page_width' given
WARNING: unsupported theme option 'show_related' given
WARNING: unsupported theme option 'show_powered_by' given

What is the new behavior?

Fix Sphinx warnings: remove unsupported html_theme_options and convert duplicate named links to anonymous ones. Added html_show_sphinx = False to hide the "Built with Sphinx" footer line, matching the deployed docs.

@codecov

codecov Bot commented Sep 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.37%. Comparing base (8ce506e) to head (4d6cf38).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #894   +/-   ##
=======================================
  Coverage   82.36%   82.37%           
=======================================
  Files          99       99           
  Lines       12753    12753           
  Branches     1242     1242           
=======================================
+ Hits        10504    10505    +1     
+ Misses       1795     1794    -1     
  Partials      454      454           
Flag Coverage Δ
integration 80.20% <ø> (+<0.01%) ⬆️
unit 48.57% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@vgvoleg
vgvoleg merged commit 403c31f into ydb-platform:main Sep 7, 2026
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants