Skip to content

Commit ba14e2f

Browse files
committed
Fix docs
1 parent baabe0d commit ba14e2f

File tree

5 files changed

+10
-20
lines changed

5 files changed

+10
-20
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,3 @@ repos:
3636
rev: v2.5.0
3737
hooks:
3838
- id: pyproject-fmt
39-
40-
- repo: https://github.com/rstcheck/rstcheck
41-
rev: v6.2.4
42-
hooks:
43-
- id: rstcheck
44-
additional_dependencies:
45-
- sphinx==6.1.3
46-
- tomli==2.0.1

CHANGELOG.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Changelog
8282
* feat: Add float option for images by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/162
8383
* feat: Add drag'n'drop support for djangocms-text-ckeditor by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/165
8484
* fix: Ckeditor does not show icons for editing by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/163
85-
* fix: Replace ``stylesSet`` setting in docs with ``customConfig` for icons in ckeditor by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/164
85+
* fix: Replace ``stylesSet`` setting in docs with ``customConfig`` for icons in ckeditor by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/164
8686
* ci: pre-commit autoupdate by @pre-commit-ci in https://github.com/django-cms/djangocms-frontend/pull/161
8787

8888

@@ -106,15 +106,15 @@ Changelog
106106
==================
107107

108108
* Fix incomplete migration of code plugins from djangocms-bootstrap4
109-
* Add compiled French locale (*.mo)
109+
* Add compiled French locale (\*.mo)
110110
* Add partial Dutch locale
111111

112112
1.1.5 (2023-07-14)
113113
==================
114114

115115
* Fix bug where url for link select2 field was lost after app hook reload (#135)
116-
* Use `bg-body` class on Bootstrap 5's tab navigation to support color modes (#138)
117-
* Fix styling of icon buttons for better usager with plain django admin style (#141)
116+
* Use ``bg-body`` class on Bootstrap 5's tab navigation to support color modes (#138)
117+
* Fix styling of icon buttons for better usage with plain django admin style (#141)
118118

119119
1.1.4 (2023-05-28)
120120
==================

README.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ Key features
3030
provided by other applications, such as `djangocms-blog
3131
<https://github.com/nephila/djangocms-blog>`_.
3232

33-
- **Nice and well-arranged admin frontend** of `djangocms-bootstrap4
34-
<https://github.com/django-cms/djangocms-bootstrap4>`_
33+
- **Nice and well-arranged admin frontend** of djangocms-bootstrap4
3534

3635
- **Extensible** within the project and with separate project (e.g. a
3736
theme app). Create your own components with a few lines of code only.
@@ -148,8 +147,7 @@ install separately or by adding an option:
148147
Documentation
149148
=============
150149

151-
See readthedocs for the `documentation
152-
<https://djangocms-frontend.readthedocs.io>`_.
150+
See readthedocs for the `documentation <https://djangocms-frontend.readthedocs.io>`_.
153151

154152
License
155153
=======

docs/source/custom_components.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
.. _custom_components:
2-
31
#################
42
Custom Components
53
#################
64

5+
.. index::
6+
single: Custom Components
7+
78
.. versionadded:: 2.0
89

910
Custom components are a powerful tool for content editors, allowing them to build pages without needing

docs/source/index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ its specific version.
3333
provided by other applications, such as `djangocms-blog
3434
<https://github.com/nephila/djangocms-blog>`_.
3535

36-
- **Nice and well-arranged admin frontend** of `djangocms-bootstrap4
37-
<https://github.com/django-cms/djangocms-bootstrap4>`_
36+
- **Nice and well-arranged admin frontend** of djangocms-bootstrap4
3837

3938
- **Extensible** within the project and with separate project (e.g. a
4039
theme app). Create your own components with a few lines of code only.

0 commit comments

Comments
 (0)