Skip to content

Commit

Permalink
[REF] Remove docs from 16.0 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
legalsylvain committed May 5, 2023
1 parent af17e5b commit 9acfa26
Show file tree
Hide file tree
Showing 84 changed files with 4 additions and 35,832 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
docs
78 changes: 0 additions & 78 deletions .github/workflows/documentation-commit.yml

This file was deleted.

70 changes: 0 additions & 70 deletions .github/workflows/documentation.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,21 +64,6 @@ coverage.xml
# Rope
.ropeproject

# Sphinx documentation
docs/_build/
docs/_sources/
docs/.doctrees
docsource/modules50-60.rst
docsource/modules60-61.rst
docsource/modules61-70.rst
docsource/modules70-80.rst
docsource/modules80-90.rst
docsource/modules90-100.rst
docsource/modules100-110.rst
docsource/modules110-120.rst
docsource/modules120-130.rst
docsource/modules130-140.rst

# Backup files
*~
*.swp
Expand Down
8 changes: 3 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ exclude: |
^README\.md$|
# Library files can have extraneous formatting (even minimized)
/static/(src/)?lib/|
# Repos using Sphinx to generate docs don't need prettying
^docs/_templates/.*\.html$|
# You don't usually want a bot to modify your legal texts
(LICENSE.*|COPYING.*)
default_language_version:
Expand Down Expand Up @@ -78,10 +76,10 @@ repos:
hooks:
- id: trailing-whitespace
# exclude autogenerated files
exclude: /README\.rst$|\.pot?$|docs|openupgrade_scripts/scripts.*noupdate_changes.xml
exclude: /README\.rst$|\.pot?$|openupgrade_scripts/scripts.*noupdate_changes.xml
- id: end-of-file-fixer
# exclude autogenerated files
exclude: /README\.rst$|\.pot?$|^openupgrade_scripts/script.*.txt|docs
exclude: /README\.rst$|\.pot?$|^openupgrade_scripts/script.*.txt
- id: debug-statements
- id: fix-encoding-pragma
args: ["--remove"]
Expand All @@ -90,7 +88,7 @@ repos:
- id: check-executables-have-shebangs
- id: check-merge-conflict
# exclude files where underlines are not distinguishable from merge conflicts
exclude: /README\.rst$|^docsource/.*\.rst$|docs
exclude: /README\.rst$|^docsource/.*\.rst
- id: check-symlinks
- id: check-xml
- id: mixed-line-ending
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
![Test OpenUpgrade Migration](https://github.com/OCA/OpenUpgrade/actions/workflows/test.yml/badge.svg?branch=16.0)
![OpenUpgrade documentation](https://github.com/OCA/OpenUpgrade/actions/workflows/documentation.yml/badge.svg?branch=16.0)
![pre-commit](https://github.com/OCA/OpenUpgrade/actions/workflows/pre-commit.yml/badge.svg?branch=16.0)

<!-- /!\ do not modify above this line -->

![OpenUpgrade logo](/docsource/images/OpenUpgrade.svg?raw=true)
![OpenUpgrade logo](https://oca.github.io/OpenUpgrade/_images/OpenUpgrade.png)
# Tools to upgrade Odoo instances from a major version to another

This <a href="https://odoo-community.org">OCA</a> project aims to provide an
Expand Down
4 changes: 0 additions & 4 deletions docs/.buildinfo

This file was deleted.

Loading

0 comments on commit 9acfa26

Please sign in to comment.